1
0
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:
Alexandre Abadie 2020-02-22 09:36:29 +01:00
parent b7f5b18991
commit cc48b67fb5
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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