1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Merge pull request #2135 from LudwigOrtmann/doxygen-dac

doc: periph/dac: fix typo
This commit is contained in:
Oleg Hahm 2014-12-04 11:17:35 +01:00
commit c06bc30145

View File

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