1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Merge pull request #4927 from martinbudden/bfa_whitespace_tidy

Whitespace tidy
This commit is contained in:
Michael Keller 2018-01-11 09:33:37 +13:00 committed by GitHub
commit d709e87e0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 584 additions and 583 deletions

View file

@ -29,7 +29,8 @@
#ifdef USE_TARGET_CONFIG
void targetConfiguration(void){
void targetConfiguration(void)
{
rxConfigMutable()->halfDuplex = true;
serialConfigMutable()->portConfigs[findSerialPortIndexByIdentifier(SERIAL_PORT_UART4)].functionMask = FUNCTION_MSP;
}