diff options
Diffstat (limited to 'cc3200/mods/pybwdt.h')
| -rw-r--r-- | cc3200/mods/pybwdt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mods/pybwdt.h b/cc3200/mods/pybwdt.h index e2e6d8d33..9687101c3 100644 --- a/cc3200/mods/pybwdt.h +++ b/cc3200/mods/pybwdt.h @@ -34,6 +34,7 @@ extern const mp_obj_base_t pyb_wdt_obj; void pybwdt_init0 (void); void pybwdt_kick (void); void pybwdt_srv_alive (void); +void pybwdt_srv_sleeping (bool state); void pybwdt_sl_alive (void); #endif /* PYBWDT_H_ */ |
