8000 mimxrt10xx: Add required header for NORETURN definition · adafruit/circuitpython@04d6404 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04d6404

Browse files
committed
mimxrt10xx: Add required header for NORETURN definition
1 parent 7178ec8 commit 04d6404

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)
0