Skip to content

Commit f960d75

Browse files
author
Daniel Campora
committed
cc3200: Fix bootloader build error.
1 parent 3319780 commit f960d75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cc3200/misc/mperror.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
/******************************************************************************
6565
DECLARE PRIVATE DATA
6666
******************************************************************************/
67+
#ifndef BOOTLOADER
6768
STATIC const mp_obj_base_t pyb_heartbeat_obj = {&pyb_heartbeat_type};
69+
#endif
6870

6971
struct mperror_heart_beat {
7072
uint32_t off_time;

0 commit comments

Comments
 (0)