Skip to content

Commit d1702cd

Browse files
committed
code review
1 parent 6cab5b7 commit d1702cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-touch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "soc/soc_caps.h"
1616

1717
#if !defined(SOC_TOUCH_VERSION_1) && !defined(SOC_TOUCH_VERSION_2)
18-
#error CONFIG_IDF_TARGET is not supported for Touch IDF driver!
18+
#warning CONFIG_IDF_TARGET is not supported for Touch IDF driver!
1919
#endif
2020

2121
#if SOC_TOUCH_SENSOR_NUM > 0

0 commit comments

Comments
 (0)