diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-08 10:49:46 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-08 10:49:46 -0700 |
| commit | d0a25ca9acf4d96923fe81bf7ee6b313e86595ef (patch) | |
| tree | 88e8a4cd5446ec35286fdf23d6473d9c9d776c11 /ports/litex/supervisor | |
| parent | 6544bf52fb87fd47c234a8ab3fc26865b124c039 (diff) | |
Tweaks based on dhalberts feedback
Diffstat (limited to 'ports/litex/supervisor')
| -rw-r--r-- | ports/litex/supervisor/port.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/litex/supervisor/port.c b/ports/litex/supervisor/port.c index c2af0d2a9..2297b15b1 100644 --- a/ports/litex/supervisor/port.c +++ b/ports/litex/supervisor/port.c @@ -131,5 +131,6 @@ void port_disable_tick(void) { void port_interrupt_after_ticks(uint32_t ticks) { } +// TODO: Add sleep support if the SoC supports sleep. void port_sleep_until_interrupt(void) { } |
