Fix recently introduced problem with build of ADC driver with analog debug enabled.
This commit is contained in:
parent
815bea77ea
commit
5c6c7bd60d
|
@ -432,7 +432,7 @@ int adc_register(FAR const char *path, FAR struct adc_dev_s *dev)
|
|||
ret = dev->ad_ops->ao_bind(dev, &g_adc_callback);
|
||||
if (ret < 0)
|
||||
{
|
||||
adbg("ERROR: Failed to bind callbacks: %d\n", ret)
|
||||
adbg("ERROR: Failed to bind callbacks: %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue