mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
🩹 Minor MKS UI fix
This commit is contained in:
parent
d903a5ef43
commit
654e7a84ff
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ void lv_encoder_pin_init() {
|
||||||
|
|
||||||
#endif // HAS_ENCODER_ACTION
|
#endif // HAS_ENCODER_ACTION
|
||||||
|
|
||||||
#if __PLAT_NATIVE_SIM__
|
#ifdef __PLAT_NATIVE_SIM__
|
||||||
#include <lv_misc/lv_log.h>
|
#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 *);
|
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) {}
|
extern "C" void lv_log_register_print_cb(lv_log_print_g_cb_t print_cb) {}
|
||||||
|
|
Loading…
Reference in a new issue