cosmetic: Fix compile-time #error message string typo

Change-Id: Ibf304751f8debe8567bed1614e62b60cf33ec092
This commit is contained in:
Harald Welte
2022-10-27 14:21:03 +02:00
parent 139d517bc1
commit 2b175c9545

View File

@@ -437,7 +437,7 @@ void card_emu_uart_interrupt(uint8_t uart_chan)
#ifdef DETECT_VCC_BY_ADC
#if !defined(VCC_UV_THRESH_1V8) || !defined(VCC_UV_THRESH_3V)
#error "You must define VCC_UV_THRESH_{1V1,3V} if you use ADC VCC detection"
#error "You must define VCC_UV_THRESH_{1V8,3V} if you use ADC VCC detection"
#endif
static volatile int adc_triggered = 0;