Skip to content
Snippets Groups Projects
Commit 0ac5f2cd authored by Beat Küng's avatar Beat Küng
Browse files

ulanding radar: add UART config param

parent a1f0f88b
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ px4_add_module(
COMPILE_FLAGS
SRCS
ulanding.cpp
MODULE_CONFIG
module.yaml
DEPENDS
)
module_name: uLanding Radar
serial_config:
- command: ulanding_radar start ${SERIAL_DEV}
port_config_param:
name: SENS_ULAND_CFG
group: Sensors
......@@ -307,7 +307,7 @@ Radar::start()
ASSERT(_task_handle == -1);
/* start the task */
_task_handle = px4_task_spawn_cmd("radar",
_task_handle = px4_task_spawn_cmd("ulanding_radar",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 30,
800,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment