From abeecf4e933c8c1b433638d2c1210e8eaca05cc0 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Sat, 27 Sep 2025 10:40:22 -0500 Subject: [PATCH] style(buzbee): sort includes --- src/buzbee.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buzbee.s b/src/buzbee.s index 1364343..69e12b9 100644 --- a/src/buzbee.s +++ b/src/buzbee.s @@ -2,9 +2,9 @@ ; Copyright (c) 2025 Gale Faraday ; Licensed under MIT + INCLUDE "buzbee.inc" INCLUDE "hardware.inc" INCLUDE "serial.inc" - INCLUDE "buzbee.inc" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;