mimxrt10xx: Add required header for NORETURN definition
This commit is contained in:
parent
1dbb59271c
commit
dd6e7f5a8a
@ -30,6 +30,8 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "py/mpconfig.h"
|
||||||
|
|
||||||
// Copied from inc/uf2.h in https://github.com/Microsoft/uf2-samd21
|
// Copied from inc/uf2.h in https://github.com/Microsoft/uf2-samd21
|
||||||
#define DBL_TAP_MAGIC 0xf01669ef // Randomly selected, adjusted to have first and last bit set
|
#define DBL_TAP_MAGIC 0xf01669ef // Randomly selected, adjusted to have first and last bit set
|
||||||
#define DBL_TAP_MAGIC_QUICK_BOOT 0xf02669ef
|
#define DBL_TAP_MAGIC_QUICK_BOOT 0xf02669ef
|
||||||
|
Loading…
Reference in New Issue
Block a user