Skip to content

Commit 654e7a8

Browse files
committed
🩹 Minor MKS UI fix
1 parent d903a5e commit 654e7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/extui/mks_ui/tft_lvgl_configuration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ void lv_encoder_pin_init() {
542542

543543
#endif // HAS_ENCODER_ACTION
544544

545-
#if __PLAT_NATIVE_SIM__
545+
#ifdef __PLAT_NATIVE_SIM__
546546
#include <lv_misc/lv_log.h>
547547
typedef void (*lv_log_print_g_cb_t)(lv_log_level_t level, const char *, uint32_t, const char *);
548548
extern "C" void lv_log_register_print_cb(lv_log_print_g_cb_t print_cb) {}

0 commit comments

Comments
 (0)