mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fixed flash overflow for COLIBRI_RACE
This commit is contained in:
parent
2d94ccd8a5
commit
d889afde15
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// Removed to make the firmware fit into flash (in descending order of priority):
|
||||
#undef USE_GYRO_OVERFLOW_CHECK // target does not use affected gyros
|
||||
#undef USE_RTC_TIME
|
||||
|
||||
#define TARGET_BOARD_IDENTIFIER "CLBR"
|
||||
#define BST_DEVICE_NAME "COLIBRI RACE"
|
||||
#define BST_DEVICE_NAME_LENGTH 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue