laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/simtrace2/+/30092 )
Change subject: cosmetic: Fix compile-time #error message string typo ......................................................................
cosmetic: Fix compile-time #error message string typo
Change-Id: Ibf304751f8debe8567bed1614e62b60cf33ec092 --- M firmware/libcommon/source/mode_cardemu.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/92/30092/1
diff --git a/firmware/libcommon/source/mode_cardemu.c b/firmware/libcommon/source/mode_cardemu.c index 7f52647..a05840e 100644 --- a/firmware/libcommon/source/mode_cardemu.c +++ b/firmware/libcommon/source/mode_cardemu.c @@ -437,7 +437,7 @@
#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;