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.
#if DEBUG
1 parent 3fcbe24 commit eb38271Copy full SHA for eb38271
1 file changed
targets/MK22F51212/src/bootloader_config.h
@@ -84,9 +84,10 @@
84
#define BL_DEFAULT_PERIPHERAL_DETECT_TIMEOUT 0
85
#else
86
#define BL_DEFAULT_PERIPHERAL_DETECT_TIMEOUT 5000
87
-#define BL_MIN_PERIPHERAL_DETECT_TIMEOUT 1000
88
#endif // DEBUG
89
+#define BL_MIN_PERIPHERAL_DETECT_TIMEOUT 1000
90
+
91
#define BL_FEATURE_POWERDOWN (0)
92
93
// Bootloader powerdown timeout in milliseconds
0 commit comments