aboutsummaryrefslogtreecommitdiffstats
path: root/testex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-08 15:14:32 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-08 15:14:32 +0000
commit9549bb1e25493777f18a3c860562cd05ac12e0f5 (patch)
treed3ac8cdf5a21caaa114db9eb7866cddd3ff7e937 /testex
parentd1d8e8bb3ab18618e5cc25876d70ab5ae3f55205 (diff)
downloadChibiOS-9549bb1e25493777f18a3c860562cd05ac12e0f5.tar.gz
ChibiOS-9549bb1e25493777f18a3c860562cd05ac12e0f5.tar.bz2
ChibiOS-9549bb1e25493777f18a3c860562cd05ac12e0f5.zip
Improved STM32/STM32F3xx/I2C-LSM303DLHC demo
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11640 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex')
-rw-r--r--testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
index a7766a33a..fd8e01101 100644
--- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
+++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile
@@ -95,7 +95,7 @@ include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.m
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F3xx/platform.mk
-include $(CHIBIOS)/os/hal/boards/ST_STM32F3_DISCOVERY_REVC/board.mk
+include $(CHIBIOS)/os/hal/boards/ST_STM32F3_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk