mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Various drivers: Cloned logic. On error, memory was freed, but the error was not returned. It just continued as though no error happened.
This commit is contained in:
committed by
Gregory Nutt
parent
7bd045130c
commit
e805bc0660
@@ -128,7 +128,7 @@ struct adc_fifo_s
|
||||
|
||||
/* This structure defines all of the operations providd by the architecture specific
|
||||
* logic. All fields must be provided with non-NULL function pointers by the
|
||||
* caller of can_register().
|
||||
* caller of adc_register().
|
||||
*/
|
||||
|
||||
struct adc_dev_s;
|
||||
|
||||
Reference in New Issue
Block a user