aboutsummaryrefslogtreecommitdiff
path: root/cc3200/misc/mperror.h
diff options
context:
space:
mode:
authorDamien George2016-06-28 11:26:43 +0100
committerDamien George2016-06-28 11:28:53 +0100
commitd862a7b811f095b3e67fb7dbf66d532a4498aa18 (patch)
treeaa737a66617d9557daa437d87925e21123349b6a /cc3200/misc/mperror.h
parent842c2c74c02d5ad0b409cda2fd6e64f339b45ba9 (diff)
cc3200: Remove obsolete singleton heart-beat object.
Diffstat (limited to 'cc3200/misc/mperror.h')
-rw-r--r--cc3200/misc/mperror.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc3200/misc/mperror.h b/cc3200/misc/mperror.h
index 44c77909c..e38d129db 100644
--- a/cc3200/misc/mperror.h
+++ b/cc3200/misc/mperror.h
@@ -28,10 +28,6 @@
#ifndef 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);
void mperror_init0 (void);