C2A_Core
nop.h
[詳解]
1 
7 #ifndef NOP_H_
8 #define NOP_H_
9 
10 #include "../System/ApplicationManager/app_info.h"
11 #include "../TlmCmd/common_cmd_packet.h"
12 
14 
15 CCP_CmdRet Cmd_NOP(const CommonCmdPacket* packet);
16 
17 #endif
AppInfo NOP_create_app(void)
Definition: nop.c:14
CCP_CmdRet Cmd_NOP(const CommonCmdPacket *packet)
Definition: nop.c:23
コマンド返り値
Space Packet (コマンド用)