mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
cosmetic: Fix compile-time #error message string typo
Change-Id: Ibf304751f8debe8567bed1614e62b60cf33ec092
This commit is contained in:
@@ -437,7 +437,7 @@ void card_emu_uart_interrupt(uint8_t uart_chan)
|
|||||||
|
|
||||||
#ifdef DETECT_VCC_BY_ADC
|
#ifdef DETECT_VCC_BY_ADC
|
||||||
#if !defined(VCC_UV_THRESH_1V8) || !defined(VCC_UV_THRESH_3V)
|
#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
|
#endif
|
||||||
|
|
||||||
static volatile int adc_triggered = 0;
|
static volatile int adc_triggered = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user