We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4af92 commit e1c749eCopy full SHA for e1c749e
src/fatdrvce/fatdrvce.asm
@@ -2,7 +2,7 @@
2
include '../include/library.inc'
3
;-------------------------------------------------------------------------------
4
5
-library 'FATDRVCE',1
+library FATDRVCE, 1
6
7
8
; v1 functions
src/msddrvce/msddrvce.asm
@@ -3,7 +3,7 @@ include '../include/library.inc'
include '../include/include_library.inc'
-library 'MSDDRVCE',1
+library MSDDRVCE, 1
include_library '../usbdrvce/usbdrvce.asm'
9
0 commit comments