diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 07:58:29 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 07:58:29 +0000 |
commit | e72ef8c943b3a335fe4354e6451be99ab1346081 (patch) | |
tree | 7f3e178fe11465c79753666492605ee34f39aaec /demos/STM32/RT-STM32L476-DISCOVERY | |
parent | 644898df5f9771ad9308ed9abd7dee165a4b1268 (diff) | |
download | ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.gz ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.bz2 ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.zip |
STM32 TRNG driver, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12342 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32L476-DISCOVERY')
-rw-r--r-- | demos/STM32/RT-STM32L476-DISCOVERY/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile index 881f1aade..20b05ee22 100644 --- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile +++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile @@ -89,7 +89,7 @@ PROJECT = ch MCU = cortex-m4
# Imported source files and paths.
-CHIBIOS = ../../..
+CHIBIOS := ../../..
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep
|