Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/config/parameter_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef struct pgRegistry_s {
uint8_t **ptr; // The pointer to update after loading the record into ram.
union {
void *ptr; // Pointer to init template
pgResetFunc *fn; // Popinter to pgResetFunc
pgResetFunc *fn; // Pointer to pgResetFunc
} reset;
} pgRegistry_t;

Expand Down
Loading