forked from betaflight/config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPRacingH7EXTREME/H7NANO/H7ZERO/H7RF - Compile-in LED strip by defaul…
…t. (betaflight#354) * SPRacingH7EXTREME - Compile in LED strip by default, the hardware has a pad specifically for LED strip. Without this users will be confused when the LED strip feature cannot be enabled. * SPRacingH7NANO, SPRacingH7ZERO, SPRacingH7RF - Compile-in LED strip by default. All hardware has pads/ports. * Gate the enabling of LED_STRIP, as it's a cloud build option. Without gating you get compilation errors: ``` make CONFIG=SPRACINGH7EXTREME EXTRA_FLAGS="-DCLOUD_BUILD -DUSE_LED_STRIP" In file included from ./src/main/platform.h:30, from ./src/main/drivers/bus_i2c_timing.c:23: ./src/config/configs/SPRACINGH7EXTREME/config.h:129: error: "USE_LED_STRIP" redefined [-Werror] 129 | #define USE_LED_STRIP ```
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters