We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3319780 commit f960d75Copy full SHA for f960d75
1 file changed
cc3200/misc/mperror.c
@@ -64,7 +64,9 @@
64
/******************************************************************************
65
DECLARE PRIVATE DATA
66
******************************************************************************/
67
+#ifndef BOOTLOADER
68
STATIC const mp_obj_base_t pyb_heartbeat_obj = {&pyb_heartbeat_type};
69
+#endif
70
71
struct mperror_heart_beat {
72
uint32_t off_time;
0 commit comments