mirror of
https://github.com/satoshinm/pill_6502.git
synced 2025-03-13 01:33:36 +00:00
Revert "Count milliseconds"
This reverts commit 6ab397e7afe8be261198444afd3f073e1f468146.
This commit is contained in:
parent
6ab397e7af
commit
554bdf33ce
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user