From bd462bccea2a637486f863a6342b9870b35c69aa Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 25 Feb 2026 06:09:23 +0530 Subject: feat: Add common constants, errors, and serial driver functionality --- common/errors/errors.zig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/errors/errors.zig (limited to 'common/errors/errors.zig') diff --git a/common/errors/errors.zig b/common/errors/errors.zig new file mode 100644 index 0000000..38cd106 --- /dev/null +++ b/common/errors/errors.zig @@ -0,0 +1,3 @@ +//! Common Errors + +pub const memory = @import("memory/memory.zig"); -- cgit v1.2.3