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