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