mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-12 19:10:27 +03:00
Update parameter_group.h
Popinter to Pointer
This commit is contained in:
parent
910b883c7a
commit
45d214b33a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue