diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-26 15:59:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-26 15:59:35 +0000 |
commit | dc94818e88c10d7bdf8542d36515e1ff5e8d546e (patch) | |
tree | 1a9f57a5ef879d3d2f4b0ffa5770d526fac6d832 /demos | |
parent | b7a1e045ee2bae3e097ccb9d9ddff1be8c69e36e (diff) | |
download | ChibiOS-dc94818e88c10d7bdf8542d36515e1ff5e8d546e.tar.gz ChibiOS-dc94818e88c10d7bdf8542d36515e1ff5e8d546e.tar.bz2 ChibiOS-dc94818e88c10d7bdf8542d36515e1ff5e8d546e.zip |
Added board generator for STM32H7xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11194 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32H743I-NUCLEO144/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile index 1a4112fba..ca4506944 100644 --- a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile +++ b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile @@ -163,7 +163,7 @@ INCDIR = $(ALLINC) $(TESTINC) $(CONFDIR) #
# List all user C define here, like -D_DEBUG=1
-UDEFS = -DSTM32H743xx
+UDEFS =
# Define ASM defines here
UADEFS =
|