FreeCalypso > hg > fc-tourmaline
view src/cs/services/fcbm/fcbm_life_cycle.h @ 299:91e61d00a6b5
add AT@BUZ and AT@BZSTOP commands for testing BUZM SWE
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 29 Mar 2022 04:41:25 +0000 |
| parents | baa738eeb842 |
| children |
line wrap: on
line source
/* * FCBM life cycle state definitions */ #ifndef __FCBM_LIFE_CYCLE_H #define __FCBM_LIFE_CYCLE_H enum fcbm_life_cycle_state { FCBM_STATE_INACTIVE = 0, FCBM_STATE_ACTIVE, FCBM_STATE_PHONE_ON }; extern enum fcbm_life_cycle_state fcbm_life_cycle_state; #endif
