Merge pull request #10529 from gschorcht/esp8266_adc_res_fix
cpu/esp8266: fix of adc_res_t
This commit is contained in:
commit
0838753dce
@ -27,16 +27,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Override the ADC resolution configuration
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
#define HAVE_ADC_RES_T
|
|
||||||
typedef enum {
|
|
||||||
ADC_RES_10BIT /* only one resolution is supported */
|
|
||||||
} adc_res_t;
|
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Length of the CPU_ID in octets
|
* @brief Length of the CPU_ID in octets
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user