mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards/pic32: don't export USE_UHI_SYSCALLS
This commit is contained in:
parent
b7f5b18991
commit
cc48b67fb5
@ -1,5 +1,5 @@
|
||||
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
|
||||
export USE_UHI_SYSCALLS = 1
|
||||
USE_UHI_SYSCALLS = 1
|
||||
|
||||
# use pic32prog by default to program this board
|
||||
PROGRAMMER ?= pic32prog
|
||||
|
@ -1,5 +1,5 @@
|
||||
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
|
||||
export USE_UHI_SYSCALLS = 1
|
||||
USE_UHI_SYSCALLS = 1
|
||||
|
||||
PORT_LINUX ?= /dev/ttyUSB0
|
||||
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
Loading…
Reference in New Issue
Block a user