Skip to content

Commit dd6e7f5

Browse files
committed
mimxrt10xx: Add required header for NORETURN definition
1 parent 1dbb592 commit dd6e7f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/mimxrt10xx/reset.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include <stdbool.h>
3131
#include <stdint.h>
3232

33+
#include "py/mpconfig.h"
34+
3335
// Copied from inc/uf2.h in https://github.com/Microsoft/uf2-samd21
3436
#define DBL_TAP_MAGIC 0xf01669ef // Randomly selected, adjusted to have first and last bit set
3537
#define DBL_TAP_MAGIC_QUICK_BOOT 0xf02669ef

0 commit comments

Comments
 (0)