mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Code tidy and added/exposed minor utility functions
This commit is contained in:
parent
0c7126a9fe
commit
6ab6ec377c
5 changed files with 17 additions and 2 deletions
|
@ -187,5 +187,6 @@ const pgRegistry_t* pgFind(pgn_t pgn);
|
|||
void pgLoad(const pgRegistry_t* reg, const void *from, int size, int version);
|
||||
int pgStore(const pgRegistry_t* reg, void *to, int size);
|
||||
void pgResetAll();
|
||||
void pgResetInstance(const pgRegistry_t *reg, uint8_t *base);
|
||||
bool pgResetCopy(void *copy, pgn_t pgn);
|
||||
void pgReset(const pgRegistry_t* reg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue