nrf5/hal: Updating hal_adc header to use correct Type for ADC on nrf52.

This commit is contained in:
Glenn Ruben Bakke 2017-01-11 17:29:50 +01:00
parent 728f98dc07
commit bcf47b465e

View File

@ -39,7 +39,7 @@
#define ADC_IRQ_NUM SAADC_IRQn
#define ADC_BASE(x) ((NRF_SAADC_Type *)NRF_SAADC_BASE)
#define HAL_ADC_Type NRF_ADC_Type
#define HAL_ADC_Type NRF_SAADC_Type
#endif