d1113110f3
arm-none-eabi-gcc 12.2.0 gives the following warnings: error: 'primask' is used uninitialized error: 'primask' may be used uninitialized We use Werror and the file is indirectly included in different places. I suggest telling the compiler to ignore these warnings since primask is initialized on the first assembly line. This is the only problem I encountered so far when upgrading the compiler. |
||
---|---|---|
.. | ||
irq.h | ||
nvicpri.h |