typo fixes

This commit is contained in:
Gabor Kiss-Vamosi
2018-01-30 14:48:21 +01:00
parent 1689a121e5
commit ec19ceb22f
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ extern "C" {
#if USE_LV_SW != 0
/*Testing of dependencies*/
#if USE_LV_SW == 0
#if USE_LV_SLIDER == 0
#error "lv_sw: lv_slider is required. Enable it in lv_conf.h (USE_LV_SLIDER 1)"
#endif