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…
x
Reference in New Issue
Block a user