mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-04 17:11:01 +00:00
9 lines
99 B
C
9 lines
99 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <cstdint>
|
||
|
|
|
||
|
|
namespace timing {
|
||
|
|
|
||
|
|
uint32_t millis();
|
||
|
|
|
||
|
|
} // namespace timing
|