Skip to content

Commit

Permalink
hwtest/main: Add power enable for DSTRX IO
Browse files Browse the repository at this point in the history
This commit adds the power elabling for DSTRX IO.

Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.com>
  • Loading branch information
sasataku committed Jan 29, 2024
1 parent e616f2c commit 06aa2d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/hwtest/main/src/main_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ int main_init(uint32_t *err_cnt)

k_sleep(K_SECONDS(1));

sc_main_power_enable(DSTRX_IO_PWR);
LOG_INF("Power on the DSTRX-3 IO");

k_sleep(K_SECONDS(1));

sc_main_power_enable(PDU_O1_PWR);
LOG_INF("Power on the ADCS Board");

Expand Down

0 comments on commit 06aa2d3

Please sign in to comment.