Skip to content

Commit

Permalink
🩹 Minor MKS UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 27, 2023
1 parent d903a5e commit 654e7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/mks_ui/tft_lvgl_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ void lv_encoder_pin_init() {

#endif // HAS_ENCODER_ACTION

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

0 comments on commit 654e7a8

Please sign in to comment.