From a0e57e50433a9f3edeba2c8a51a52d491d0cbe7c Mon Sep 17 00:00:00 2001 From: Peter Wittich Date: Mon, 19 Aug 2019 13:03:53 -0400 Subject: [PATCH] merge commit confusing --- common/power_ctl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/power_ctl.c b/common/power_ctl.c index 079fedfc..19cc369d 100644 --- a/common/power_ctl.c +++ b/common/power_ctl.c @@ -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