From e767b31b5e95901f36b6b630238a7e70944967a2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 26 May 2019 14:17:13 +0000 Subject: Fixed some board builders. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12819 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp | 2 +- os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp b/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp index 41754c141..3c311d3e9 100644 --- a/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp +++ b/os/hal/boards/ST_NUCLEO144_L4R5ZI/cfg/board.fmpp @@ -1,4 +1,4 @@ -sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f4xx/templates +sourceRoot: ../../../../../tools/ftl/processors/boards/stm32l4xx/templates outputRoot: .. dataRoot: . diff --git a/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp b/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp index 41754c141..3c311d3e9 100644 --- a/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp +++ b/os/hal/boards/ST_STM32L4R9I_DISCOVERY/cfg/board.fmpp @@ -1,4 +1,4 @@ -sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f4xx/templates +sourceRoot: ../../../../../tools/ftl/processors/boards/stm32l4xx/templates outputRoot: .. dataRoot: . -- cgit v1.2.3