diff options
Diffstat (limited to 'users/drashna/split/transport_sync.h')
-rw-r--r-- | users/drashna/split/transport_sync.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/drashna/split/transport_sync.h b/users/drashna/split/transport_sync.h index 6b6f0c388..884586dfd 100644 --- a/users/drashna/split/transport_sync.h +++ b/users/drashna/split/transport_sync.h | |||
@@ -4,6 +4,10 @@ | |||
4 | #pragma once | 4 | #pragma once |
5 | 5 | ||
6 | #include "drashna.h" | 6 | #include "drashna.h" |
7 | #ifdef OLED_ENABLE | ||
8 | # include "oled/oled_stuff.h" | ||
9 | extern char keylog_str[OLED_KEYLOGGER_LENGTH]; | ||
10 | #endif | ||
7 | 11 | ||
8 | typedef union { | 12 | typedef union { |
9 | uint32_t raw; | 13 | uint32_t raw; |