Skip to content

Commit

Permalink
更新msg_map头文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Aladdin-Wang committed Nov 9, 2024
1 parent f83bad3 commit 9f9dba6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions source/communication/msg_map/msg_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,24 @@ declare_simple_fsm(search_msg_map);
extern_fsm_implementation(search_msg_map);
extern_fsm_initialiser( search_msg_map,
args(
msg_t *ptMsgTableBase,
msg_t *ptMsgTableLimit,
get_byte_t *ptGetByte,
bool bArgIsString
msg_t *ptMsgTableBase,
msg_t *ptMsgTableLimit,
get_byte_t *ptGetByte,
bool bArgIsString
))
extern_simple_fsm(search_msg_map,
def_params(
fsm(check_string) fsmCheckStr;
fsm(check_arg) fsmCheckArg;
msg_t *ptMsgTableBase;
msg_t *ptMsgTableLimit;
get_byte_t *ptGetByte;
uint8_t chByte;
uint16_t hwIndex;
bool bArgIsString;
bool bIsRequestDrop;
char *argv[MSG_ARG_MAX];
int argc;
fsm(check_string) fsmCheckStr;
fsm(check_arg) fsmCheckArg;
msg_t *ptMsgTableBase;
msg_t *ptMsgTableLimit;
get_byte_t *ptGetByte;
uint8_t chByte;
uint16_t hwIndex;
bool bArgIsString;
bool bIsRequestDrop;
char *argv[MSG_ARG_MAX];
int argc;
)
)

Expand Down

0 comments on commit 9f9dba6

Please sign in to comment.