mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
HAL_PX4: reduced noise in PX4 console
This commit is contained in:
parent
771cedca3d
commit
df60b4252a
@ -26,7 +26,10 @@ ORB_DEFINE(uavcan_parameter_value, struct uavcan_parameter_value_s);
|
||||
|
||||
param_t param_find(const char *name)
|
||||
{
|
||||
#if 0
|
||||
// useful for driver debugging
|
||||
::printf("PX4: param_find(%s)\n", name);
|
||||
#endif
|
||||
return PARAM_INVALID;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user