Fix ifdefs for OLED split sync code (#14017)
This commit is contained in:
parent
488aaa0980
commit
f56c202fb3
4 changed files with 7 additions and 6 deletions
|
@ -165,9 +165,9 @@ typedef struct _split_shared_memory_t {
|
|||
uint8_t current_wpm;
|
||||
#endif // defined(WPM_ENABLE) && defined(SPLIT_WPM_ENABLE)
|
||||
|
||||
#if defined(OLED_ENABLE) && defined(SPLIT_OLED_ENABLE)
|
||||
#if defined(OLED_DRIVER_ENABLE) && defined(SPLIT_OLED_ENABLE)
|
||||
uint8_t current_oled_state;
|
||||
#endif // defined(OLED_ENABLE) && defined(SPLIT_OLED_ENABLE)
|
||||
#endif // defined(OLED_DRIVER_ENABLE) && defined(SPLIT_OLED_ENABLE)
|
||||
|
||||
#if defined(ST7565_ENABLE) && defined(SPLIT_ST7565_ENABLE)
|
||||
uint8_t current_st7565_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue