diff options
Diffstat (limited to 'cc3200/mods/modwipy.c')
| -rw-r--r-- | cc3200/mods/modwipy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modwipy.c b/cc3200/mods/modwipy.c index b4c18d153..21a9cc63b 100644 --- a/cc3200/mods/modwipy.c +++ b/cc3200/mods/modwipy.c @@ -5,7 +5,7 @@ /******************************************************************************/ -// Micro Python bindings +// MicroPython bindings STATIC mp_obj_t mod_wipy_heartbeat (mp_uint_t n_args, const mp_obj_t *args) { if (n_args) { |
