cc3200: Fix bootloader build error.

This commit is contained in:
Daniel Campora 2015-06-09 17:39:48 +02:00
parent 3319780e96
commit f960d753e4

View File

@ -64,7 +64,9 @@
/******************************************************************************
DECLARE PRIVATE DATA
******************************************************************************/
#ifndef BOOTLOADER
STATIC const mp_obj_base_t pyb_heartbeat_obj = {&pyb_heartbeat_type};
#endif
struct mperror_heart_beat {
uint32_t off_time;