1
0
Fork 0
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:
Martin Budden 2017-08-31 07:35:44 +01:00
parent 0c7126a9fe
commit 6ab6ec377c
5 changed files with 17 additions and 2 deletions

View file

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