From 5259158d1727f3703bc90f88d50938eada316f67 Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Sun, 10 Jul 2016 10:48:04 +0200 Subject: renamed NRF51_* to NRF5_* --- testhal/NRF51/NRF51822/ADC/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/NRF51/NRF51822/ADC/mcuconf.h') diff --git a/testhal/NRF51/NRF51822/ADC/mcuconf.h b/testhal/NRF51/NRF51822/ADC/mcuconf.h index 123261a..e43ff4b 100644 --- a/testhal/NRF51/NRF51822/ADC/mcuconf.h +++ b/testhal/NRF51/NRF51822/ADC/mcuconf.h @@ -20,6 +20,6 @@ /* * NRF51 driver system settings. */ -#define NRF51_ADC_USE_ADC1 TRUE +#define NRF5_ADC_USE_ADC1 TRUE #endif /* _MCUCONF_H_ */ -- cgit v1.2.3