Skip to content

Commit

Permalink
IMD LED Pin map fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeOxley authored Feb 9, 2024
1 parent c5b6f59 commit b964569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dashboard/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ volatile extern raw_adc_values_t raw_adc_values;
#define PRCHG_LED_GPIO_Port (GPIOE)
#define PRCHG_LED_Pin (1)
#define IMD_LED_GPIO_Port (GPIOE)
#define IMD_LED_Pin (1)
#define IMD_LED_Pin (2)
#define BMS_LED_GPIO_Port (GPIOE)
#define BMS_LED_Pin (3)

Expand Down Expand Up @@ -153,4 +153,4 @@ volatile extern raw_adc_values_t raw_adc_values;
#define LV_5V_SCALE (0.413F)


#endif
#endif

0 comments on commit b964569

Please sign in to comment.