Fixed an error with the 32 bit time.
authorTimothy Manning <codedraftsman@gmail.com>
Thu, 5 Aug 2021 03:27:00 +0000 (15:27 +1200)
committerTimothy Manning <codedraftsman@gmail.com>
Thu, 5 Aug 2021 03:27:00 +0000 (15:27 +1200)
The compiler was throwing an "right shift count >= width of type"
error when yaffs was compiled using 32 bit time.

This was fixed by replacing an if statement with a #define.

Signed-off-by: Timothy Manning <codedraftsman@gmail.com>

No differences found