mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
fix ucg compile for u8g2 & !ucg
This commit is contained in:
parent
afa996e661
commit
8251d0ae6f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user