Fixed Bug #801
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9979 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
cc02574f4f
commit
75535d1c5e
|
@ -73,7 +73,7 @@ typedef enum {
|
|||
DAC_READY = 2, /**< Ready. */
|
||||
DAC_ACTIVE = 3, /**< Exchanging data. */
|
||||
DAC_COMPLETE = 4, /**< Asynchronous operation complete. */
|
||||
DAC_ERROR = 5 /**< Error. */
|
||||
DAC_ERROR = 5 /**< Error. */
|
||||
} dacstate_t;
|
||||
|
||||
#include "dac_lld.h"
|
||||
|
|
Loading…
Reference in New Issue