1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 21:13:52 +01:00

doc: periph/dac: fix typo

This commit is contained in:
Ludwig Ortmann 2014-12-04 10:03:15 +01:00
parent 4b69b7be60
commit e82f6dce79

View File

@ -53,7 +53,7 @@ typedef enum {
} dac_t; } dac_t;
/** /**
* @breif Possilbe DAC precision settings * @brief Possilbe DAC precision settings
*/ */
typedef enum { typedef enum {
DAC_RES_6BIT = 0, /**< DAC precision: 6 bit */ DAC_RES_6BIT = 0, /**< DAC precision: 6 bit */