# HG changeset patch # User matthewreed # Date 2017-07-20 14:45:52 # Node ID 2a21ae69e60caf0691c476e9cf68fd2218c4d236 # Parent 10c03b9c67e6418d9e33a7034b45f89e99f35650 Added function prototype diff --git a/inc/protocol.h b/inc/protocol.h --- a/inc/protocol.h +++ b/inc/protocol.h @@ -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);