mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
Apply #ifdef
This commit is contained in:
parent
d527c46481
commit
750256948e
@ -26,8 +26,8 @@
|
||||
* as a part of Marlin or outside it
|
||||
*/
|
||||
|
||||
#if defined __has_include
|
||||
#if __has_include ("../../ui_api.h")
|
||||
#ifdef __has_include
|
||||
#if __has_include("../../ui_api.h")
|
||||
#include "../../ui_api.h"
|
||||
#endif
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user