1
0
Fork 0
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:
Bruce Luckcuck 2018-05-25 20:46:58 -04:00
parent 2d94ccd8a5
commit d889afde15

View file

@ -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