FreeCalypso > hg > fc-tourmaline
comparison src/cs/drivers/drv_app/power/board/power.c @ 248:a5b00817a60f
FCBM reset mode implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 10 May 2021 01:54:19 +0000 |
parents | 96784b8974eb |
children | b5e8dfd114a7 |
comparison
equal
deleted
inserted
replaced
247:12b20090b46a | 248:a5b00817a60f |
---|---|
139 else | 139 else |
140 { | 140 { |
141 /* In FreeCalypso start from reset is NOT the same as PWON! */ | 141 /* In FreeCalypso start from reset is NOT the same as PWON! */ |
142 rvf_send_trace("Start from reset",16, NULL_PARAM, | 142 rvf_send_trace("Start from reset",16, NULL_PARAM, |
143 RV_TRACE_LEVEL_DEBUG_LOW, LCC_USE_ID); | 143 RV_TRACE_LEVEL_DEBUG_LOW, LCC_USE_ID); |
144 #if (MMI != 0) | |
145 fcbm_message_to_task(FCBM_START_RESET_MODE); | |
146 #endif | |
144 } | 147 } |
145 } | 148 } |
146 | 149 |
147 | 150 |
148 /******************************************************************************* | 151 /******************************************************************************* |