summaryrefslogtreecommitdiffstats
path: root/rf_test/recv.c
diff options
context:
space:
mode:
Diffstat (limited to 'rf_test/recv.c')
-rw-r--r--rf_test/recv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rf_test/recv.c b/rf_test/recv.c
index 010a432..2e5c1c9 100644
--- a/rf_test/recv.c
+++ b/rf_test/recv.c
@@ -13,7 +13,7 @@
#define LOCK 0xB5
#define UNLOCK 0xAE
-#define SIGPIN PB3
+#define SIGPIN PB0
static inline void led_init(void)
{
@@ -24,7 +24,7 @@ static inline void led_init(void)
static inline void pcint2_init(void)
{
PCICR |= (1 << PCIE2);
- PCMSK2 |= (1 << PCINT2);
+ PCMSK2 |= (1 << PCINT0);
}
int main(void)