Revert "Count milliseconds"

This reverts commit 6ab397e7af.
This commit is contained in:
Satoshi N. M 2018-01-15 13:58:32 -08:00
parent 6ab397e7af
commit 554bdf33ce
1 changed files with 1 additions and 3 deletions

View File

@ -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);