8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbb592 commit dd6e7f5Copy full SHA for dd6e7f5
ports/mimxrt10xx/reset.h
@@ -30,6 +30,8 @@
30
#include <stdbool.h>
31
#include <stdint.h>
32
33
+#include "py/mpconfig.h"
34
+
35
// Copied from inc/uf2.h in https://github.com/Microsoft/uf2-samd21
36
#define DBL_TAP_MAGIC 0xf01669ef // Randomly selected, adjusted to have first and last bit set
37
#define DBL_TAP_MAGIC_QUICK_BOOT 0xf02669ef
0 commit comments