add fancy hardfault handler, increase heater stack size
This commit is contained in:
@@ -121,6 +121,7 @@ void app_task_gui(void *argument) {
|
||||
/** Switch to a different screen handler.
|
||||
* If "init" is true, immediately call it with the init event. */
|
||||
void switch_screen(screen_t pScreen, bool init) {
|
||||
PRINTF("Screen = %p, init=%d\r\n", pScreen, init);
|
||||
s_app.initial_pushed = s_app.pushed;
|
||||
s_app.screen = pScreen;
|
||||
// clear the union field
|
||||
|
||||
Reference in New Issue
Block a user