system/board: Post-SVN clean up

- Fix ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-05-20 21:41:52 +01:00
committed by Andrew
parent 4686290da4
commit 391f9c3b48
2 changed files with 2557 additions and 2554 deletions

View File

@@ -27,7 +27,7 @@
;; ;; ;; ;;
;;================================================================================================;; ;;================================================================================================;;
include 'xcf.inc' include 'xcf.inc'
;include '../../../../../system/board/trunk/debug.inc' ;include '../../../../../system/board/debug.inc'
MAX_LAYERS = 255 MAX_LAYERS = 255

View File

@@ -1,3 +1,6 @@
; SPDX-License-Identifier: NOASSERTION
;
;;===HEADER==================================================================================================================== ;;===HEADER====================================================================================================================
use32 use32
@@ -11,7 +14,7 @@ include '../../proc32.inc'
include '../../macros.inc' include '../../macros.inc'
include '../../dll.inc' include '../../dll.inc'
include '../../develop/libraries/box_lib/trunk/box_lib.mac' include '../../develop/libraries/box_lib/trunk/box_lib.mac'
;include '../../system/board/trunk/debug.inc' ;include '../../system/board/debug.inc'
;;===Define_chapter============================================================================================================ ;;===Define_chapter============================================================================================================