Lab-Project-FreeRTOS-FAT
Lab-Project-FreeRTOS-FAT copied to clipboard
Small Type and Qualifier Fixes
Otherwise the condition is always true for 64-bit architectures.
GCC warned me about this when compiling AARCH64 (-Wtype-limits).
I also added a second commit where I add the const qualifiert to the FF_IsNameCompliant() argument.
This fixes a -Wdiscarded-qualifiers warning.