From c02e1a095cec0e76d500ec7f22763a928e361d00 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 --- testing/toxic/chat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/toxic/chat.c b/testing/toxic/chat.c index 20c01620..344071f5 100644 --- a/testing/toxic/chat.c +++ b/testing/toxic/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)