From 904578e2b1585cc4edd35f841027313d455c247b Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Sun, 26 Oct 2025 14:30:56 -0500 Subject: [PATCH] fix(chibio): added missing header --- src/biosint.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/biosint.s b/src/biosint.s index 71b38f0..556ad62 100644 --- a/src/biosint.s +++ b/src/biosint.s @@ -2,6 +2,8 @@ ; Copyright (c) 2024-2025 Amber Zeller, Gale Faraday ; Licensed under MIT + INCLUDE "serial.inc" + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; CHIBI/O Stable BIOS Interface