Skip to content

Commit e1c749e

Browse files
update library names with no quotes for new linker
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent 9a4af92 commit e1c749e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fatdrvce/fatdrvce.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include '../include/library.inc'
33
;-------------------------------------------------------------------------------
44

5-
library 'FATDRVCE',1
5+
library FATDRVCE, 1
66

77
;-------------------------------------------------------------------------------
88
; v1 functions

src/msddrvce/msddrvce.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include '../include/library.inc'
33
include '../include/include_library.inc'
44
;-------------------------------------------------------------------------------
55

6-
library 'MSDDRVCE',1
6+
library MSDDRVCE, 1
77

88
include_library '../usbdrvce/usbdrvce.asm'
99

0 commit comments

Comments
 (0)