mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
EPM: fixed build
This commit is contained in:
parent
8af6af004d
commit
fccdcf50c1
@ -80,9 +80,11 @@ void AP_EPM::init()
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef UAVCAN_NODE_FILE
|
||||
_uavcan_fd = open(UAVCAN_NODE_FILE, 0);
|
||||
// http://ardupilot.org/dev/docs/learning-ardupilot-uarts-and-the-console.html
|
||||
::printf("EPM: UAVCAN fd %d\n", _uavcan_fd);
|
||||
#endif
|
||||
|
||||
// initialise the EPM to the neutral position
|
||||
neutral();
|
||||
|
Loading…
Reference in New Issue
Block a user