diff options
| author | Daniel Campora | 2015-06-09 10:46:50 +0200 |
|---|---|---|
| committer | Daniel Campora | 2015-06-10 23:35:28 +0200 |
| commit | 6148f8b7d266a61768a15f0b27d841c12346d9c0 (patch) | |
| tree | 92292a436f3b1a7ebc5cd426afdb47409cc49481 /cc3200/misc/mperror.h | |
| parent | 76285469d3e64ffe0312f58fa1f6270f715c842c (diff) | |
cc3200: Add contructor to the HeartBeat class.
Diffstat (limited to 'cc3200/misc/mperror.h')
| -rw-r--r-- | cc3200/misc/mperror.h | 2 |
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); |
