diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-08 12:55:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-08 12:55:21 +0000 |
commit | e854f8bdbfe4b870c38744d35aa6d63f5cca6841 (patch) | |
tree | 20ed9370b5e43e121bf728ae6c83281b48e68794 /testex/STM32/STM32F3xx | |
parent | 7fbf0180ede05683a0d3003789583a7511db2e63 (diff) | |
download | ChibiOS-e854f8bdbfe4b870c38744d35aa6d63f5cca6841.tar.gz ChibiOS-e854f8bdbfe4b870c38744d35aa6d63f5cca6841.tar.bz2 ChibiOS-e854f8bdbfe4b870c38744d35aa6d63f5cca6841.zip |
Experimental M25Q driver rework.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11633 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F3xx')
-rw-r--r-- | testex/STM32/STM32F3xx/I2C-LSM303DLHC/.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/.project b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/.project index 94d8e5c66..73e5a83ea 100644 --- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/.project +++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/.project @@ -27,7 +27,7 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/os/hal/boards/ST_STM32F3_DISCOVERY_REVC</locationURI>
+ <locationURI>CHIBIOS/os/hal/boards/ST_STM32F3_DISCOVERY</locationURI>
</link>
<link>
<name>os</name>
|