From b3e7fd07e63467a0aa9a088b09e75dfc05545c0f Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 7 Jul 2024 19:47:43 +0800 Subject: [PATCH] update --- usrc/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrc/main.cpp b/usrc/main.cpp index 5d43fc6..1d5a458 100644 --- a/usrc/main.cpp +++ b/usrc/main.cpp @@ -126,7 +126,7 @@ void umain() { board_init(); Pin_t debugLight = PC_DEBUG_LIGHT_GPIO; - if (deviceId == 20) { + if (deviceId == 20 || deviceId == 90) { debugLight = PC_SUBBOARD_20_70_LIGHT_GPIO; }