Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Sep 13, 2024
1 parent 38ef14d commit fe21652
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions board/boards/tres.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,8 @@ static void tres_init(void) {
clock_source_init();
}

static harness_configuration tres_harness_config = {
.has_harness = true,
.GPIO_SBU1 = GPIOC,
.GPIO_SBU2 = GPIOA,
.GPIO_relay_SBU1 = GPIOA,
.GPIO_relay_SBU2 = GPIOA,
.pin_SBU1 = 4,
.pin_SBU2 = 1,
.pin_relay_SBU1 = 8,
.pin_relay_SBU2 = 3,
.adc_channel_SBU1 = 4, // ADC12_INP4
.adc_channel_SBU2 = 17 // ADC1_INP17
};

board board_tres = {
.harness_config = &tres_harness_config,
.harness_config = &red_chiplet_harness_config,
.has_obd = true,
.has_spi = true,
.has_canfd = true,
Expand Down

0 comments on commit fe21652

Please sign in to comment.