Browse Source

update

master
zhaohe 1 year ago
parent
commit
b3e7fd07e6
  1. 2
      usrc/main.cpp

2
usrc/main.cpp

@ -126,7 +126,7 @@ void umain() {
board_init(); board_init();
Pin_t debugLight = PC_DEBUG_LIGHT_GPIO; Pin_t debugLight = PC_DEBUG_LIGHT_GPIO;
if (deviceId == 20) {
if (deviceId == 20 || deviceId == 90) {
debugLight = PC_SUBBOARD_20_70_LIGHT_GPIO; debugLight = PC_SUBBOARD_20_70_LIGHT_GPIO;
} }

Loading…
Cancel
Save