altos: megadongle radio int is C13, not C14
authorKeith Packard <keithp@gag.com>
Sat, 29 Dec 2012 06:05:31 +0000 (23:05 -0700)
committerKeith Packard <keithp@gag.com>
Sat, 29 Dec 2012 06:05:31 +0000 (23:05 -0700)
Hard to get interrupts when listening to the wrong pin

Signed-off-by: Keith Packard <keithp@gag.com>
src/megadongle-v0.1/ao_pins.h

index 5a5eaa30ff17437fea26ceb6d04741807deddb45..9fc93fb1aaea4ba77452ae190ef6ff52d9586418 100644 (file)
 #define AO_CC1120_SPI_BUS      AO_SPI_2_PB13_PB14_PB15
 
 #define AO_CC1120_INT_PORT     (&stm_gpioc)
-#define AO_CC1120_INT_PIN      14
+#define AO_CC1120_INT_PIN      13
 
 #define AO_CC1120_MCU_WAKEUP_PORT      (&stm_gpioc)
 #define AO_CC1120_MCU_WAKEUP_PIN       (0)