Remove duplicate code already in upstream master and add include dir

This commit is contained in:
Michael Walker 2018-05-02 03:47:26 -07:00
parent 457afa6202
commit 1fefdf78fe
2 changed files with 2 additions and 6 deletions

View File

@ -5,6 +5,7 @@ STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt1.c \
STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S
STARTUPINC = $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/devices/NRF52832 \
$(CHIBIOS)/os/common/ext/CMSIS/include
$(CHIBIOS)/os/common/ext/CMSIS/include \
$(CHIBIOS)/os/common/ext/ARM/CMSIS/Core/Include
STARTUPLD = $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/ld

View File

@ -82,11 +82,6 @@ typedef uint32_t ioline_t;
*/
typedef GPIO_TypeDef *ioportid_t;
/**
* @brief Type of an pad identifier.
*/
typedef uint32_t iopadid_t;
/**
* @brief Port Configuration.
* @details This structure stores the configuration parameters of all pads