1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #10529 from gschorcht/esp8266_adc_res_fix

cpu/esp8266: fix of adc_res_t
This commit is contained in:
Leandro Lanzieri 2018-12-06 13:05:31 +01:00 committed by GitHub
commit 0838753dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,16 +27,6 @@
extern "C" {
#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
*/