cc3200: Remove obsolete singleton heart-beat object.
This commit is contained in:
parent
842c2c74c0
commit
d862a7b811
@ -63,10 +63,6 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
DECLARE PRIVATE DATA
|
DECLARE PRIVATE DATA
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#ifndef BOOTLOADER
|
|
||||||
STATIC const mp_obj_base_t pyb_heartbeat_obj = {&pyb_heartbeat_type};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct mperror_heart_beat {
|
struct mperror_heart_beat {
|
||||||
uint32_t off_time;
|
uint32_t off_time;
|
||||||
uint32_t on_time;
|
uint32_t on_time;
|
||||||
|
@ -28,10 +28,6 @@
|
|||||||
#ifndef MPERROR_H_
|
#ifndef MPERROR_H_
|
||||||
#define MPERROR_H_
|
#define MPERROR_H_
|
||||||
|
|
||||||
#ifndef BOOTLOADER
|
|
||||||
extern const mp_obj_type_t pyb_heartbeat_type;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern void NORETURN __fatal_error(const char *msg);
|
extern void NORETURN __fatal_error(const char *msg);
|
||||||
|
|
||||||
void mperror_init0 (void);
|
void mperror_init0 (void);
|
||||||
|
Loading…
Reference in New Issue
Block a user