Multiple definitions warning for PAGESIZE
I am getting a multiple definitions warning when compiling due to Inc/Legacy/stm32_hal_legacy.h redefining PAGESIZE, which is already defined in limits.h (in the RTEMS lib). I am using STM32H7xx specifically, but this issue appears to affect all of ...