summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/nanokernel/apps/adc/src/adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/nanokernel/apps/adc/src/adc.c b/samples/nanokernel/apps/adc/src/adc.c
index f430b2b2a..a83c93ba7 100644
--- a/samples/nanokernel/apps/adc/src/adc.c
+++ b/samples/nanokernel/apps/adc/src/adc.c
@@ -36,7 +36,7 @@
#ifdef CONFIG_SOC_QUARK_SE_SS
#define ADC_DEVICE_NAME CONFIG_ADC_DW_NAME
#elif CONFIG_BOARD_GALILEO
- #define ADC_DEVICE_NAME CONFIG_ADC_TI_ADC108S102_0_DRV_NAME
+ #define ADC_DEVICE_NAME CONFIG_ADC_TI_ADC108S102_DRV_NAME
#endif
/*