diff options
| author | Bobby <[email protected]> | 2026-02-25 06:09:23 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-25 06:09:23 +0530 |
| commit | bd462bccea2a637486f863a6342b9870b35c69aa (patch) | |
| tree | c68dc848542f53b701c553bd0124874948598c8d /common/constants/serial/serial.zig | |
| parent | 313ab7ea7d5a5d902005d8543ab6b323ed948048 (diff) | |
| download | akiba-bd462bccea2a637486f863a6342b9870b35c69aa.tar.xz akiba-bd462bccea2a637486f863a6342b9870b35c69aa.zip | |
feat: Add common constants, errors, and serial driver functionality
Diffstat (limited to 'common/constants/serial/serial.zig')
| -rw-r--r-- | common/constants/serial/serial.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/constants/serial/serial.zig b/common/constants/serial/serial.zig new file mode 100644 index 0000000..883bd02 --- /dev/null +++ b/common/constants/serial/serial.zig @@ -0,0 +1,4 @@ +//! Serial Constants + +pub const ports = @import("ports.zig"); +pub const registers = @import("registers.zig"); |
