diff options
-rwxr-xr-x | os/hal/ports/simulator/posix/platform.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/simulator/posix/platform.mk b/os/hal/ports/simulator/posix/platform.mk index f4525a028..e4c728374 100755 --- a/os/hal/ports/simulator/posix/platform.mk +++ b/os/hal/ports/simulator/posix/platform.mk @@ -1,4 +1,4 @@ -# List of all the Win32 platform files.
+# List of all the Posix platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/simulator/posix/hal_lld.c \
${CHIBIOS}/os/hal/ports/simulator/posix/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/simulator/console.c \
|