macro_rules! nros_platform_export_clock {
($ty:ty) => { ... };
}Expand description
Emit nros_platform_clock_{ms,us} delegating to
<$ty as PlatformClock>.
macro_rules! nros_platform_export_clock {
($ty:ty) => { ... };
}Emit nros_platform_clock_{ms,us} delegating to
<$ty as PlatformClock>.