mimxrt10xx: Add required header for NORETURN definition

This commit is contained in:
Jeff Epler 2020-09-25 13:29:58 -05:00
parent 1dbb59271c
commit dd6e7f5a8a

View File

@ -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