mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-09 11:25:31 +08:00
Beat the px4io driver into compilable shape. Just missing RC input configuration now.
This commit is contained in:
+320
-276
File diff suppressed because it is too large
Load Diff
@@ -274,6 +274,12 @@ mixer_callback(uintptr_t handle,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* XXX error handling here should be more aggressive; currently it is
|
||||
* possible to get STATUS_FLAGS_MIXER_OK set even though the mixer has
|
||||
* not loaded faithfully.
|
||||
*/
|
||||
|
||||
static char mixer_text[256]; /* large enough for one mixer */
|
||||
static unsigned mixer_text_length = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user