1
0
mirror of https://github.com/Utyff/Zintercom.git synced 2026-01-12 09:17:41 +03:00

set old led

This commit is contained in:
Utyf
2022-02-20 20:15:06 +03:00
parent 07f7ac2147
commit 6fe29470ec

View File

@@ -76,13 +76,12 @@
#define LED3_SBIT P1_5
#define LED3_DDR P1DIR
#define LED3_POLARITY ACTIVE_HIGH
//NC
#define LED4_BV BV(3)
#define LED4_SBIT P0_3
#define LED4_DDR P1DIR
// old led
#define LED4_BV BV(4)
#define LED4_SBIT P0_4
#define LED4_DDR P0DIR
#define LED4_POLARITY ACTIVE_HIGH
#elif defined(HAL_BOARD_CHDTECH_DEV)
//blue//d3
#define LED1_BV BV(4)