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:
parent
692f99989a
commit
4c4b754e1c
@ -83,6 +83,11 @@ typedef enum {
|
||||
/** @} */
|
||||
#endif /* ndef DOXYGEN */
|
||||
|
||||
/**
|
||||
* @brief ADC configuration wrapper
|
||||
*/
|
||||
typedef gpio_t adc_conf_t;
|
||||
|
||||
/**
|
||||
* @brief I2C (TWI) configuration options
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user