Commit 8251d0ae authored by devsaurus's avatar devsaurus
Browse files

fix ucg compile for u8g2 & !ucg

parent afa996e6
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include "sdkconfig.h" #include "sdkconfig.h"
#endif #endif
#ifndef CONFIG_LUA_MODULE_U8G2 #ifndef CONFIG_LUA_MODULE_UCG
// ignore unused functions if u8g2 module will be skipped anyhow // ignore unused functions if ucg module will be skipped anyhow
#pragma GCC diagnostic ignored "-Wunused-function" #pragma GCC diagnostic ignored "-Wunused-function"
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment