Auxilary scripts for formatting all components
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s

This commit is contained in:
2026-01-04 01:44:02 +01:00
parent e077d322f4
commit b5353cb600
11 changed files with 42 additions and 33 deletions

View File

@@ -60,7 +60,7 @@ void amd64_hpet_sleep_micro (uint64_t us) {
uint64_t start = amd64_hpet_timestamp ();
uint64_t target_fs = us * 1000000000ULL;
for (;;) {
uint64_t current = amd64_hpet_timestamp ();
uint64_t dt = current - start;