Fix Q11 halconf.h

This commit is contained in:
KeychronMacro 2023-10-31 18:20:43 +08:00
parent e9f9eb3814
commit ac5eaccede

View File

@ -19,5 +19,7 @@
#define HAL_USE_I2C TRUE
#define HAL_USE_SERIAL TRUE
#define HAL_USE_ADC TRUE
#ifdef ENCODER_ENABLE
# define PAL_USE_CALLBACKS TRUE
#endif
#include_next <halconf.h>