aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybwdt.h
diff options
context:
space:
mode:
authorDaniel Campora2015-06-04 10:12:03 +0200
committerDaniel Campora2015-06-04 10:13:55 +0200
commita3cf4ea2f69e3568944bad7ee1a017b7095efc3d (patch)
tree44a62eb829376c26f486616d31a5750dd3a1b70a /cc3200/mods/pybwdt.h
parent71f85cc33005c30b2722c6bfdc288cb1bb6151c3 (diff)
cc3200: Do not kick the watchdog inside the idle task.
Diffstat (limited to 'cc3200/mods/pybwdt.h')
-rw-r--r--cc3200/mods/pybwdt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/mods/pybwdt.h b/cc3200/mods/pybwdt.h
index 9b96e0922..f87f0a773 100644
--- a/cc3200/mods/pybwdt.h
+++ b/cc3200/mods/pybwdt.h
@@ -32,7 +32,6 @@
extern const mp_obj_type_t pyb_wdt_type;
void pybwdt_init0 (void);
-void pybwdt_kick (void);
void pybwdt_srv_alive (void);
void pybwdt_srv_sleeping (bool state);
void pybwdt_sl_alive (void);