aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsam/sam4e_afec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atsam/sam4e_afec.c')
-rw-r--r--src/atsam/sam4e_afec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atsam/sam4e_afec.c b/src/atsam/sam4e_afec.c
index 002e092f..4c78e958 100644
--- a/src/atsam/sam4e_afec.c
+++ b/src/atsam/sam4e_afec.c
@@ -51,7 +51,7 @@ gpio_adc_to_afec_chan(struct gpio_adc g)
}
#define ADC_FREQ_MAX 6000000UL
-DECL_CONSTANT(ADC_MAX, 4095);
+DECL_CONSTANT("ADC_MAX", 4095);
static int
init_afec(Afec* afec) {