|
@@ -59,10 +59,10 @@
|
|
|
#define LINE_RAZGON_OFF PAL_LINE(GPIOA, 3U)
|
|
|
|
|
|
/* Buttons */
|
|
|
-#define LINE_BTN_3 PAL_LINE(GPIOA, 8U)
|
|
|
-#define LINE_BTN_4 PAL_LINE(GPIOB, 15U)
|
|
|
-#define LINE_BTN_1 PAL_LINE(GPIOB, 14U)
|
|
|
-#define LINE_BTN_2 PAL_LINE(GPIOB, 13U)
|
|
|
+#define LINE_BTN_4 PAL_LINE(GPIOA, 8U)
|
|
|
+#define LINE_BTN_3 PAL_LINE(GPIOB, 15U)
|
|
|
+#define LINE_BTN_2 PAL_LINE(GPIOB, 14U)
|
|
|
+#define LINE_BTN_1 PAL_LINE(GPIOB, 13U)
|
|
|
#define LINE_BTN_G PAL_LINE(GPIOB, 12U)
|
|
|
|
|
|
#define BTNS_ON palClearLine(LINE_BTN_G)
|