aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake')
-rw-r--r--firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake b/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
index ab301b9f3..37481077c 100644
--- a/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
+++ b/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
@@ -16,7 +16,7 @@
SET(ASM_DIALECT "_SDCC")
-SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT asx8051)
+SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT sdas8051)
INCLUDE(CMakeDetermineASMCompiler)
SET(ASM_DIALECT)