mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +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.
|
uint8_t **ptr; // The pointer to update after loading the record into ram.
|
||||||
union {
|
union {
|
||||||
void *ptr; // Pointer to init template
|
void *ptr; // Pointer to init template
|
||||||
pgResetFunc *fn; // Popinter to pgResetFunc
|
pgResetFunc *fn; // Pointer to pgResetFunc
|
||||||
} reset;
|
} reset;
|
||||||
} pgRegistry_t;
|
} pgRegistry_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue