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