mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
HAL_Linux: add rcout->init method to HAL_Linux_Class::init method
This commit is contained in:
parent
34ba77e048
commit
e9f5e0d6cc
@ -73,6 +73,7 @@ void HAL_Linux::init(int argc,char* const argv[]) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
scheduler->init(NULL);
|
scheduler->init(NULL);
|
||||||
|
rcout->init(NULL);
|
||||||
uartA->begin(115200);
|
uartA->begin(115200);
|
||||||
i2c->begin();
|
i2c->begin();
|
||||||
spi->init(NULL);
|
spi->init(NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user