aboutsummaryrefslogtreecommitdiff
path: root/cc3200/misc/mperror.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/misc/mperror.h')
-rw-r--r--cc3200/misc/mperror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/misc/mperror.h b/cc3200/misc/mperror.h
index 7f0a634d8..70a69c528 100644
--- a/cc3200/misc/mperror.h
+++ b/cc3200/misc/mperror.h
@@ -29,7 +29,7 @@
#define MPERROR_H_
#ifndef BOOTLOADER
-extern const mp_obj_base_t pyb_heartbeat_obj;
+extern const mp_obj_type_t pyb_heartbeat_type;
#endif
extern void NORETURN __fatal_error(const char *msg);