1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/nrf51/include/periph_cpu.h: add adc_conf_t typedef

This commit is contained in:
hugues 2020-08-27 11:43:22 +02:00
parent 692f99989a
commit 4c4b754e1c

View File

@ -83,6 +83,11 @@ typedef enum {
/** @} */
#endif /* ndef DOXYGEN */
/**
* @brief ADC configuration wrapper
*/
typedef gpio_t adc_conf_t;
/**
* @brief I2C (TWI) configuration options
*/