1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Merge pull request #695 from AlienWiiBF/Profile

Adding back the third profile for targets with more than 128kB flash
This commit is contained in:
J Blackman 2016-07-10 08:42:02 +10:00 committed by GitHub
commit 685e7e3c3c

View file

@ -17,7 +17,11 @@
#pragma once
#if FLASH_SIZE <= 128
#define MAX_PROFILE_COUNT 2
#else
#define MAX_PROFILE_COUNT 3
#endif
#define MAX_RATEPROFILES 3
#define ONESHOT_FEATURE_CHANGED_DELAY_ON_BOOT_MS 1500