Skip to content

Commit

Permalink
boards/openlabs-kw41z-mini: remove obsolete llwu in UART config
Browse files Browse the repository at this point in the history
This was needed in earlier pm_layered PRs but now it will break
compiling when LLWU is merged.
  • Loading branch information
benemorius committed Jun 28, 2020
1 parent 1e2ce30 commit e74eee2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions boards/openlabs-kw41z-mini/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ static const uart_conf_t uart_config[] = {
.scgc_bit = SIM_SCGC5_LPUART0_SHIFT,
.mode = UART_MODE_8N1,
.type = KINETIS_LPUART,
#ifdef MODULE_PERIPH_LLWU /* TODO remove ifdef after #11789 is merged */
.llwu_rx = LLWU_WAKEUP_PIN_PTC6,
#endif
},
};
#define UART_NUMOF ARRAY_SIZE(uart_config)
Expand Down

0 comments on commit e74eee2

Please sign in to comment.