22 lines
171 B
C
22 lines
171 B
C
#ifndef APP_MODE_UPDATE_H
|
|
#define APP_MODE_UPDATE_H
|
|
|
|
#include "app_mode_manager/app_mode_manager.h"
|
|
|
|
|
|
struct app_mode *app_enter_update_mode(int arg);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|