Browse Source

Apply #ifdef

Scott Lahteine 6 years ago
parent
commit
750256948e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/extensible_ui/lib/lulzbot/compat.h

+ 2
- 2
Marlin/src/lcd/extensible_ui/lib/lulzbot/compat.h View File

@@ -26,8 +26,8 @@
26 26
  * as a part of Marlin or outside it
27 27
  */
28 28
 
29
-#if defined __has_include
30
-  #if __has_include ("../../ui_api.h")
29
+#ifdef __has_include
30
+  #if __has_include("../../ui_api.h")
31 31
     #include "../../ui_api.h"
32 32
   #endif
33 33
 #else

Loading…
Cancel
Save