diff options
author | Joe Shaw <[email protected]> | 2022-08-24 12:19:31 -0400 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-25 11:30:33 +0200 |
commit | f4395147039fc356277399853821cb772ebda883 (patch) | |
tree | c79d1018f1c14fb9dfc38b67e83ebd8eee88045c /testdata/timers.txt | |
parent | 303410d3fcfcf3df45bfe6c927a5b963caf3a394 (diff) | |
download | tinygo-f4395147039fc356277399853821cb772ebda883.tar.gz tinygo-f4395147039fc356277399853821cb772ebda883.zip |
runtime: implement resetTimer
Diffstat (limited to 'testdata/timers.txt')
-rw-r--r-- | testdata/timers.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/timers.txt b/testdata/timers.txt index 783c402c2..544e15b06 100644 --- a/testdata/timers.txt +++ b/testdata/timers.txt @@ -9,3 +9,8 @@ waiting on timer - after 125ms waited on timer at 250ms - after 250ms +timer reset: false +waiting on timer + - after 125ms +waited on timer at 250ms + - after 250ms |