mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Manual control settings needs to be initialized in OpenPilot board file for
spektrum to work
This commit is contained in:
parent
b1c522def3
commit
04072accd4
@ -1093,6 +1093,7 @@ void PIOS_Board_Init(void) {
|
||||
|
||||
/* Configure the selected receiver */
|
||||
uint8_t manualcontrolsettings_inputmode;
|
||||
ManualControlSettingsInitialize();
|
||||
ManualControlSettingsInputModeGet(&manualcontrolsettings_inputmode);
|
||||
|
||||
switch (manualcontrolsettings_inputmode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user