mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-04 22:17:52 +00:00
import ChibiOS as submodule
This commit is contained in:
parent
883d916765
commit
9f0abd70d3
3 changed files with 6 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -81,7 +81,8 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Imported source files and paths
|
||||
CHIBIOS = ../ChibiOS-RT
|
||||
#CHIBIOS = ../ChibiOS-RT
|
||||
CHIBIOS = ChibiOS
|
||||
PROJ = .
|
||||
# Startup files.
|
||||
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue