diff options
Diffstat (limited to 'testing/toxic/chat.c')
-rw-r--r-- | testing/toxic/chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/chat.c b/testing/toxic/chat.c index 4ea459d9..da1f9f4a 100644 --- a/testing/toxic/chat.c +++ b/testing/toxic/chat.c | |||
@@ -59,6 +59,7 @@ static void chat_onMessage(ToxWindow* self, int num, uint8_t* msg, uint16_t len) | |||
59 | 59 | ||
60 | self->blink = true; | 60 | self->blink = true; |
61 | beep(); | 61 | beep(); |
62 | flash(); | ||
62 | } | 63 | } |
63 | 64 | ||
64 | static void chat_onNickChange(ToxWindow* self, int num, uint8_t* nick, uint16_t len) { | 65 | static void chat_onNickChange(ToxWindow* self, int num, uint8_t* nick, uint16_t len) { |