Skip to content
Snippets Groups Projects
Commit b7d1f8cd authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #6653 from smlng/pr/cpp/pba-d-01-kw2x

enable feature cpp on board pba-d-01-kw2x
parents bb9f3861 dbd05d3f
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
# Various other features (if any)
FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3
......@@ -218,8 +218,8 @@ static const spi_conf_t spi_config[] = {
GPIO_UNDEF,
GPIO_UNDEF
},
.simmask = SIM_SCGC6_SPI0_MASK,
.pcr = GPIO_AF_2
.pcr = GPIO_AF_2,
.simmask = SIM_SCGC6_SPI0_MASK
},
{
.dev = SPI1,
......@@ -233,8 +233,8 @@ static const spi_conf_t spi_config[] = {
GPIO_UNDEF,
GPIO_UNDEF
},
.simmask = SIM_SCGC6_SPI1_MASK,
.pcr = GPIO_AF_2
.pcr = GPIO_AF_2,
.simmask = SIM_SCGC6_SPI1_MASK
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment