Просмотр исходного кода

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

Tiernan Messmer 2 лет назад
Родитель
Сommit
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",