Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pranay-o committed Nov 2, 2024
1 parent 79ec4ae commit 7399a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/quintuna/RSM/src/io/io_leds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ namespace io::leds

void brake_light_set(bool val)
{
io::leds::brake_light.set(val) app_canTx_RSM_BrakeLight_set(val);
io::leds::brake_light.set(val);
app_canTx_RSM_BrakeLight_set(val);
}

void io_led_set(bool val)
Expand Down

0 comments on commit 7399a31

Please sign in to comment.