diff --git a/os/hal/include/dac.h b/os/hal/include/dac.h index 5ad15c2f9..65b0aa4eb 100644 --- a/os/hal/include/dac.h +++ b/os/hal/include/dac.h @@ -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"