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