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

Removed unneeded define for 'ONESHOT_FEATURE_CHANGED_DELAY_ON_BOOT_MS'.

This commit is contained in:
Michael Keller 2016-08-08 09:27:15 +12:00
parent 0e2564f027
commit 4785bf5471

View file

@ -23,7 +23,6 @@
#define MAX_PROFILE_COUNT 3 #define MAX_PROFILE_COUNT 3
#endif #endif
#define MAX_RATEPROFILES 3 #define MAX_RATEPROFILES 3
#define ONESHOT_FEATURE_CHANGED_DELAY_ON_BOOT_MS 1500
#define MAX_NAME_LENGTH 16 #define MAX_NAME_LENGTH 16