mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
astyle src/drivers/mkblctrl
This commit is contained in:
committed by
Lorenz Meier
parent
f0cde91220
commit
fc4831d625
@@ -505,7 +505,7 @@ MK::task_main()
|
||||
/* loop until killed */
|
||||
while (!_task_should_exit) {
|
||||
|
||||
param_get(_param_indicate_esc , ¶m_mkblctrl_test);
|
||||
param_get(_param_indicate_esc, ¶m_mkblctrl_test);
|
||||
|
||||
if (param_mkblctrl_test > 0) {
|
||||
_indicate_esc = true;
|
||||
|
||||
Reference in New Issue
Block a user