comparison src/cs/services/fcbm/fcbm_messages.h @ 230:baa738eeb842

FCBM code implemented in first pass
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:05:53 +0000
parents
children
comparison
equal deleted inserted replaced
229:7ec0ae23ce76 230:baa738eeb842
1 /*
2 * In this header file we are going to define the messages
3 * that can be sent to the FCBM task.
4 */
5
6 #ifndef __FCBM_MESSAGES_H
7 #define __FCBM_MESSAGES_H
8
9 enum fcbm_msg_id {
10 FCBM_START_CHG_MODE = 1,
11 FCBM_START_RESET_MODE,
12 FCBM_START_PHONE
13 };
14
15 #endif