From 8c2f330cd793e9717640af88f0f6e7b6215fef54 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Thu, 28 Nov 2024 11:10:30 -0600 Subject: [PATCH] fix: broken whitespace expected by asm6809. --- code/boot/src/boot.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot/src/boot.s b/code/boot/src/boot.s index 106b96d..94f875c 100644 --- a/code/boot/src/boot.s +++ b/code/boot/src/boot.s @@ -2,7 +2,7 @@ ; Copyright (c) 2024 Amber Zeller, Gale Faraday ; Licensed under MIT -INCLUDE "hardware.inc" + INCLUDE "src/hardware.inc" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;