diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-02 17:36:09 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-02 17:36:09 -0700 |
| commit | c248730bd1c837fe682232bf096e7260c4d5be3c (patch) | |
| tree | 19fb8d20e2ac286f37a4ec9b3f6b20a4ed645bc0 /supervisor | |
| parent | 46af4bdd0e4028dcc4be4cd74f434e8ad199db50 (diff) | |
Clean up
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/tick.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/supervisor/shared/tick.c b/supervisor/shared/tick.c index de56b64f5..516dff747 100644 --- a/supervisor/shared/tick.c +++ b/supervisor/shared/tick.c @@ -110,7 +110,6 @@ void mp_hal_delay_ms(mp_uint_t delay) { } // Sleep until an interrupt happens. port_sleep_until_interrupt(); - // asm("bkpt"); duration = (port_get_raw_ticks(NULL) - start_tick); port_interrupt_after_ticks(duration); } |
