From e8f67437d0007a2a4cd5a05afbd525a1960c188c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 13:05:59 +0000 Subject: Simulator updates, not complete. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9223 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/simulator/win32/platform.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal') diff --git a/os/hal/ports/simulator/win32/platform.mk b/os/hal/ports/simulator/win32/platform.mk index 619d3b806..c56724f9f 100644 --- a/os/hal/ports/simulator/win32/platform.mk +++ b/os/hal/ports/simulator/win32/platform.mk @@ -1,9 +1,9 @@ # List of all the Win32 platform files. PLATFORMSRC = ${CHIBIOS}/os/hal/ports/simulator/win32/hal_lld.c \ - ${CHIBIOS}/os/hal/ports/simulator/win32/serial_lld.c \ + ${CHIBIOS}/os/hal/ports/simulator/win32/hal_serial_lld.c \ ${CHIBIOS}/os/hal/ports/simulator/console.c \ - ${CHIBIOS}/os/hal/ports/simulator/pal_lld.c \ - ${CHIBIOS}/os/hal/ports/simulator/st_lld.c + ${CHIBIOS}/os/hal/ports/simulator/hal_pal_lld.c \ + ${CHIBIOS}/os/hal/ports/simulator/hal_st_lld.c # Required include directories PLATFORMINC = ${CHIBIOS}/os/hal/ports/simulator/win32 \ -- cgit v1.2.3