Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
This commit is contained in:
parent
5e834352a9
commit
58cfcd4239
33 changed files with 63 additions and 62 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "Marlin.h"
|
||||
|
||||
#ifdef U8GLIB_ST7920
|
||||
#if ENABLED(U8GLIB_ST7920)
|
||||
|
||||
//set optimization so ARDUINO optimizes this file
|
||||
#pragma GCC optimize (3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue