fxcg50/modion: rename file ion.c -> modion.c

This commit is contained in:
Lephenixnoir 2024-03-18 22:41:16 +01:00
parent fc9026798d
commit 8c5f68f16e
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@ ifeq ($(TARGETCASIO),"FXCG50")
$(info ********* Add Numworks modules ********* )
SRC_C += \
ports/sh/numworks/modkandinsky.c \
ports/sh/numworks/ion.c \
ports/sh/numworks/modion.c \
SRC_QSTR += \
ports/sh/numworks/modkandinsky.c \
ports/sh/numworks/ion.c \
ports/sh/numworks/modion.c \
endif