Skip to content

Commit

Permalink
make basic timer field public
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Nov 3, 2020
1 parent 73a6d32 commit 7c97757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nesper/timers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type
code*: esp_err_t

BasicTimer* = object
ts: Micros
ts*: Micros

proc createTimer*(
callback: esp_timer_cb_t, ## !< Function to call when timer expires
Expand Down

0 comments on commit 7c97757

Please sign in to comment.