Fixed small documentation error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9616 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-06-11 09:25:31 +00:00
parent a8786e6aa2
commit b1d15cdc5a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ typedef enum {
ADC_READY = 2, /**< Ready. */
ADC_ACTIVE = 3, /**< Converting. */
ADC_COMPLETE = 4, /**< Conversion complete. */
ADC_ERROR = 5 /**< Conversion complete. */
ADC_ERROR = 5 /**< Conversion error. */
} adcstate_t;
#include "hal_adc_lld.h"