From d3d2f0212d3ef6fbad8dfee417b678e5a9596c6d Mon Sep 17 00:00:00 2001 From: Matthew Blue Date: Mon, 9 Apr 2018 12:00:08 -0400 Subject: [PATCH] boards/waspmote-pro: remove context swap defines --- boards/waspmote-pro/include/board.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/boards/waspmote-pro/include/board.h b/boards/waspmote-pro/include/board.h index b8858e33e7..98a07e4ca9 100644 --- a/boards/waspmote-pro/include/board.h +++ b/boards/waspmote-pro/include/board.h @@ -145,21 +145,6 @@ extern "C" { MUX_USB_XBEE_ON /** @} */ -/** - * @brief Context swap defines - * Setup to use PB5 which is pin change interrupt 5 - * This emulates a software triggered interrupt - **/ -#define AVR_CONTEXT_SWAP_INIT do { \ - DDRB |= (1 << PB5); \ - PCICR |= (1 << PCIE0); \ - PCMSK0 |= (1 << PCINT5); \ -} while (0) -/** @cond INTERNAL */ -#define AVR_CONTEXT_SWAP_INTERRUPT_VECT PCINT0_vect -#define AVR_CONTEXT_SWAP_TRIGGER PORTB ^= (1 << PB5) -/** @endcond */ - /** * @name xtimer configuration values * @{