1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

currentTime passed in scheduler task call

This commit is contained in:
Martin Budden 2016-07-06 17:09:04 +01:00
parent 7122689038
commit 2f9ca4355c
21 changed files with 134 additions and 125 deletions

View file

@ -63,6 +63,6 @@ typedef struct {
int16_t item_pos[OSD_MAX_ITEMS];
} osd_profile;
void updateOsd(void);
void updateOsd(uint32_t currentTime);
void osdInit(void);
void resetOsdConfig(osd_profile *osdProfile);