Changeset - 2a21ae69e60c
[Not reviewed]
default
0 1 0
matthewreed - 7 years ago 2017-07-20 14:45:52

Added function prototype
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
inc/protocol.h
Show inline comments
 
@@ -62,6 +62,7 @@ typedef enum {
 
 
void protocol_init(protocol_device_t device);
 
flash_settings_t* protocol_get_settings(void);
 
void protocol_save_settings(void);
 
bool protocol_receive_message(CanRxMsgTypeDef* can_message);
 
bool protocol_send_message(protocol_message_t* message);
 
bool protocol_process_message(protocol_message_t* message);
0 comments (0 inline, 0 general)