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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user