Update LED1 and BEEPER pins to match circuit diagram.

This commit is contained in:
grizewald 2017-06-07 13:03:53 +02:00
parent d68a72da92
commit 353acbe940
1 changed files with 4 additions and 2 deletions

View File

@ -23,9 +23,11 @@
#define LED0 PC14
#define LED1 PC15
#define LED1 PA13
#define BEEPER PC15
#define BEEPER_INVERTED
#define BEEPER PB2
#define USE_EXTI
#define MPU_INT_EXTI PC13