From 65694a06c4af6b3419567014c8d5acd4e98a1ef5 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Wed, 7 Aug 2013 00:26:21 -0700 Subject: [PATCH] Fixed flash killing beep --- chat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/chat.c b/chat.c index 20c0162..344071f 100644 --- a/chat.c +++ b/chat.c @@ -57,7 +57,6 @@ static void chat_onMessage(ToxWindow *self, int num, uint8_t *msg, uint16_t len) self->blink = true; beep(); - flash(); } static void chat_onNickChange(ToxWindow *self, int num, uint8_t *nick, uint16_t len)