Changed mapVFATPos2VFATSN from int32 to uint32 data type. This resolves a type mismatch in older versions of numpy and is also more correct. The vfatID is treated as an unsigned 32 bit integer due to the possibility of bit flips in the chipID register.
Types of changes
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Changed
mapVFATPos2VFATSN
fromint32
touint32
data type. This resolves a type mismatch in older versions ofnumpy
and is also more correct. ThevfatID
is treated as an unsigned 32 bit integer due to the possibility of bit flips in the chipID register.Types of changes
Motivation and Context
Resolves type issue shown here.
How Has This Been Tested?
Ran analysis without having the problem in older version of
numpy
.Screenshots (if appropriate):
Checklist: