tinic
tinic
Running into a problem now when porting to a new MCU architecture (Nuvoton M484) where the vendor CMSIS headers clash with filenames and include guards in LoRaMac-node/src/system/*. Specifically these filenames...
Changing `uint8_t matrixRow[(FRAG_MAX_NB >> 3 ) + 1];` to `uint8_t matrixRow[(FRAG_MAX_NB >> 3 ) + 1 + 16];` suppresses the warning. ``[43/79] Building C object CMakeFiles/LoRaMac-node.dir/LoRa...src/apps/LoRaMac/common/LmHandler/packages/FragDecoder.c.o ../../LoRaMac-node/src/apps/LoRaMac/common/LmHandler/packages/FragDecoder.c: In function 'FragDecoderProcess':...