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:
Rocco Marco Guglielmi 2016-12-21 20:48:01 +00:00
parent cc02574f4f
commit 75535d1c5e
1 changed files with 1 additions and 1 deletions

View File

@ -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"