0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-24 15:12:38 +00:00

Apply #ifdef

This commit is contained in:
Scott Lahteine 2019-08-24 01:42:38 -05:00
parent d527c46481
commit 750256948e

View file

@ -26,7 +26,7 @@
* as a part of Marlin or outside it
*/
#if defined __has_include
#ifdef __has_include
#if __has_include("../../ui_api.h")
#include "../../ui_api.h"
#endif