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

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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