sdk: units: Add HZ_PER_MHZ unit

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-27 17:19:56 +00:00
parent 354cf87a16
commit d7904ea894
+3
View File
@@ -19,4 +19,7 @@
#define NSEC_PER_SECOND 1000000000ULL #define NSEC_PER_SECOND 1000000000ULL
#define USEC_PER_SECOND 1000000ULL #define USEC_PER_SECOND 1000000ULL
/* Frequency units */
#define HZ_PER_MHZ 1000000
#endif /* !_SDK_UNITS_H_ */ #endif /* !_SDK_UNITS_H_ */