diff --git a/components/modules/ucg.c b/components/modules/ucg.c index bfeefd0e..5794110e 100644 --- a/components/modules/ucg.c +++ b/components/modules/ucg.c @@ -19,8 +19,8 @@ #include "sdkconfig.h" #endif -#ifndef CONFIG_LUA_MODULE_U8G2 -// ignore unused functions if u8g2 module will be skipped anyhow +#ifndef CONFIG_LUA_MODULE_UCG +// ignore unused functions if ucg module will be skipped anyhow #pragma GCC diagnostic ignored "-Wunused-function" #endif