nrf5/hal: Updating hal_adc header to use correct Type for ADC on nrf52.
This commit is contained in:
parent
728f98dc07
commit
bcf47b465e
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#define ADC_IRQ_NUM SAADC_IRQn
|
#define ADC_IRQ_NUM SAADC_IRQn
|
||||||
#define ADC_BASE(x) ((NRF_SAADC_Type *)NRF_SAADC_BASE)
|
#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
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user