mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
runtime: move timeUnit to a single place
The timeUnit is now the same type everywhere. Move it to a single place and add some documentation to it.
This commit is contained in:
committed by
Ron Evans
parent
abc373dc73
commit
41e501aaf4
@@ -12,9 +12,6 @@ import (
|
||||
|
||||
const BOARD = "arduino"
|
||||
|
||||
// timeUnit in nanoseconds
|
||||
type timeUnit int64
|
||||
|
||||
// Watchdog timer periods. These can be off by a large margin (hence the jump
|
||||
// between 64ms and 125ms which is not an exact double), so don't rely on this
|
||||
// for accurate time keeping.
|
||||
|
||||
Reference in New Issue
Block a user