rename purple to pink

This commit is contained in:
Mitchell Marino 2025-03-26 19:31:40 -05:00
parent ae1766b3b0
commit 7d43f9957a
2 changed files with 4 additions and 4 deletions

View File

@ -361,10 +361,10 @@ static bool six_second() {
}
}
int purple_led_on_bottom_count = 0;
int pink_led_on_bottom_count = 0;
for (int i = IndicatorLED::LED_RFID; i < LED_COUNT; i++) {
if (indicator_led_idxs[i] == 5) {
purple_led_on_bottom_count++;
pink_led_on_bottom_count++;
}
}
@ -372,7 +372,7 @@ static bool six_second() {
vowels > 7,
second_switch_correct_state,
true,
!(purple_led_on_bottom_count > 1)
!(pink_led_on_bottom_count > 1)
);
uint8_t correct_button_mask = 0b1101;

View File

@ -834,7 +834,7 @@ void step5(void) {
{1, "Red"},
{2, "Yellow"},
{3, "Blue"},
{4, "Purple"},
{4, "Pink"},
};
int answer_color = answer_color_dist(gen);