tuxli/types.h
Michael Hope 7d5a42e744
All checks were successful
continuous-integration/drone/push Build is passing
tuxli: move the console out to a peripheral
2025-05-04 18:04:09 +00:00

10 lines
125 B
C++

#include <cstdint>
#pragma once
namespace tuxli {
using addr_t = uint32_t;
using reg_t = uint32_t;
} // namespace tuxli