fix: added vim ft=asm to inc file.

This commit is contained in:
2024-11-29 09:30:00 -06:00
parent 0b0fd1f83e
commit 088f5d838c

View File

@@ -36,3 +36,5 @@ UART_SCR EQU UART_BASE + 7 ; Scratch Register (Not for control just spare RAM)
; UART Flags
UARTF_DLAB EQU %00000001
; vim: ft=asm