Skip to content

Commit

Permalink
merge commit
Browse files Browse the repository at this point in the history
confusing
  • Loading branch information
pwittich committed Aug 19, 2019
1 parent b325259 commit a0e57e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/power_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ bool set_ps()
return success;
}

// read two dip switches to see if we are powering either or both FPGAs
bool ku_enable = (read_gpio_pin(TM4C_DIP_SW_1) == 1);
bool vu_enable = (read_gpio_pin(TM4C_DIP_SW_2) == 1);

// data structure to turn on various power supplies. This should be ordered
// such that the priority increases, though it's not necessary
Expand Down

0 comments on commit a0e57e5

Please sign in to comment.