Changeset - 10c03b9c67e6
[Not reviewed]
default
0 1 0
matthewreed - 7 years ago 2017-07-20 14:23:43

Added protocol save settings function
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/protocol.c
Show inline comments
 
@@ -17,6 +17,11 @@ flash_settings_t* protocol_get_settings(
 
    return &protocol_settings;
 
}
 
 
void protocol_save_settings(void)
 
{
 
    flash_save(&protocol_settings);
 
}
 
 
bool protocol_send_test()
 
{
 
    bool result = true;
0 comments (0 inline, 0 general)