소스 검색

Rename file extension .S to .sx to fix compile bug on Windows

Tiernan Messmer 2 년 전
부모
커밋
e2cbe6cf9f
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      aeabi_uldivmod.sx
  2. 1 1
      application.fam

+ 0 - 0
aeabi_uldivmod.S → aeabi_uldivmod.sx


+ 1 - 1
application.fam

@@ -13,7 +13,7 @@ App(
     order=20,
     sources=[
       "seader.c",
-      "aeabi_uldivmod.S", "bsearch.c",
+      "bsearch.c", "aeabi_uldivmod.sx",
       "ccid.c", "uart.c",
       "rfal_picopass.c", "scenes/*.c",
       "seader_worker.c",