1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Fix max7456 defines

This commit is contained in:
Martin Budden 2017-02-22 14:06:46 +00:00
parent 90393d5a12
commit 694875d0aa
6 changed files with 11 additions and 10 deletions

View file

@ -846,7 +846,7 @@ uint16_t cmsHandleKeyWithRepeat(displayPort_t *pDisplay, uint8_t key, int repeat
return ret;
}
static void cmsUpdate(uint32_t currentTimeUs)
void cmsUpdate(uint32_t currentTimeUs)
{
static int16_t rcDelayMs = BUTTON_TIME;
static int holdCount = 1;