Skip to content
Snippets Groups Projects
Commit ff3826fc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add new/missing 'errlevel' field for timed events

parent 8b60053e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -88,7 +88,8 @@ struct.event_t={ ...@@ -88,7 +88,8 @@ struct.event_t={
freq: {bytes:UINT16_T, type:"int"}, freq: {bytes:UINT16_T, type:"int"},
mdays: {bytes:UINT32_T, type:"int"}, mdays: {bytes:UINT32_T, type:"int"},
months: {bytes:UINT16_T, type:"int"}, months: {bytes:UINT16_T, type:"int"},
__PADDING__:{bytes:8} errlevel: {bytes:1, type:"int"},
__PADDING__:{bytes:7}
}; };
struct.natvpgm_t={ struct.natvpgm_t={
name: {bytes:13, type:"str"}, name: {bytes:13, type:"str"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment