Browse Source

px4io:Fix Type

release/1.12
David Sidrane 4 years ago committed by Julian Oes
parent
commit
61f80c087a
  1. 2
      src/drivers/px4io/px4io.cpp

2
src/drivers/px4io/px4io.cpp

@ -1129,7 +1129,7 @@ PX4IO::task_main() @@ -1129,7 +1129,7 @@ PX4IO::task_main()
}
/* S.BUS output */
long sbus_mode;
int32_t sbus_mode;
parm_handle = param_find("PWM_SBUS_MODE");
if (parm_handle != PARAM_INVALID) {

Loading…
Cancel
Save