1
0
Fork 0
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:
Shivam Daksh 2025-04-22 15:37:18 +05:30 committed by Ray Morris
parent 910b883c7a
commit 45d214b33a

View file

@ -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;