From 554bdf33ce671e60d12cdfd8052c82aeaf1cfda6 Mon Sep 17 00:00:00 2001 From: "Satoshi N. M" Date: Mon, 15 Jan 2018 13:58:32 -0800 Subject: [PATCH] Revert "Count milliseconds" This reverts commit 6ab397e7afe8be261198444afd3f073e1f468146. --- src/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index 2f2b619..cb38a58 100644 --- a/src/main.c +++ b/src/main.c @@ -84,14 +84,12 @@ static const char *usb_strings[] = { }; static bool paused = true; - -volatile uint32_t millis = 0; void sys_tick_handler(void) { - ++millis; // TODO: measure frequency } + static void usb_set_config(usbd_device *dev, uint16_t wValue) { cdcacm_set_config(dev, wValue);