1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +03:00

- Fix and add BST task into scheduler, with fixed PID reading 0s problem.

This commit is contained in:
Larry (TBS) 2016-01-12 13:30:55 +08:00
parent 56098a63ca
commit 6f3d576802
6 changed files with 51 additions and 23 deletions

View file

@ -895,7 +895,7 @@ void validateAndFixConfig(void)
}
if(featureConfigured(FEATURE_RX_SERIAL)) {
masterConfig.serialConfig.portConfigs[2].functionMask = FUNCTION_RX_SERIAL;
masterConfig.rxConfig.serialrx_provider = SERIALRX_SBUS;
//masterConfig.rxConfig.serialrx_provider = SERIALRX_SBUS;
}
#endif