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

Add Default Feature Motor Stop To BEEBRAIN

This commit is contained in:
borisbstyle 2016-10-17 10:57:57 +02:00 committed by GitHub
parent 5ac94a94e7
commit 68424ff563

View file

@ -33,6 +33,7 @@
#define BRUSHED_MOTORS
#define TARGET_BOARD_IDENTIFIER "BEBR"
#define TARGET_CONFIG
#define DEFAULT_FEATURES FEATURE_MOTOR_STOP
#else
#define TARGET_BOARD_IDENTIFIER "AFNA"
#endif