0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +00:00

🩹 Minor MKS UI fix

This commit is contained in:
Scott Lahteine 2023-12-27 15:16:21 -06:00
parent d903a5ef43
commit 654e7a84ff

View file

@ -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) {}