mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Fixed up whitespace
This commit is contained in:
parent
951e8271a5
commit
8e79e8092e
40 changed files with 101 additions and 101 deletions
|
@ -527,7 +527,7 @@ void resetStatusLedConfig(statusLedConfig_t *statusLedConfig)
|
|||
#ifdef LED2_INVERTED
|
||||
| BIT(2)
|
||||
#endif
|
||||
;
|
||||
;
|
||||
}
|
||||
|
||||
#ifdef USE_FLASHFS
|
||||
|
@ -857,7 +857,7 @@ void createDefaultConfig(master_t *config)
|
|||
|
||||
/* merely to force a reset if the person inadvertently flashes the wrong target */
|
||||
strncpy(config->boardIdentifier, TARGET_BOARD_IDENTIFIER, sizeof(TARGET_BOARD_IDENTIFIER));
|
||||
|
||||
|
||||
#if defined(TARGET_CONFIG)
|
||||
targetConfiguration(config);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue