summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/lb_common.c4
-rw-r--r--test/build.mk1
2 files changed, 2 insertions, 3 deletions
diff --git a/common/lb_common.c b/common/lb_common.c
index c964ab8be3..05d649526e 100644
--- a/common/lb_common.c
+++ b/common/lb_common.c
@@ -56,7 +56,7 @@ static inline uint8_t controller_read(int ctrl_num, uint8_t reg)
#define MAX_GREEN 0x30
#define MAX_BLUE 0x67
#endif
-#if defined(BOARD_SAMUS) || defined(BOARD_RYU) || defined(BOARD_RYU_P4P5)
+#if defined(BOARD_SAMUS) || defined(BOARD_RYU)
/* Samus uses completely different LEDs, so the numbers are different. The
* Samus LEDs can handle much higher currents, but these constants were
* calibrated to provide uniform intensity at the level used by Link.
@@ -114,7 +114,7 @@ static const uint8_t led_to_isc[] = { 0x18, 0x15, 0x18, 0x15 };
#ifdef BOARD_SAMUS
static const uint8_t led_to_isc[] = { 0x15, 0x18, 0x15, 0x18 };
#endif
-#if defined(BOARD_RYU) || defined(BOARD_RYU_P4P5)
+#if defined(BOARD_RYU)
static const uint8_t led_to_isc[] = { 0x18, 0x15, 0x18, 0x15 };
#endif
#ifdef BOARD_HOST
diff --git a/test/build.mk b/test/build.mk
index 58b5c0f1ea..db162cd702 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -23,7 +23,6 @@ test-list-$(BOARD_GLADOS_PD)=
# Ryu has issues when building tests
test-list-$(BOARD_RYU)=
-test-list-$(BOARD_RYU_P4P5)=
# llama has issues when building tests
test-list-$(BOARD_LLAMA)=