From: Joseph Coffland Date: Fri, 16 Feb 2018 05:02:52 +0000 (-0800) Subject: Load limit duty cycle w/ lockout X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=305e5169fd4416cd468fb888aadf9ac452085f26;p=bbctrl-firmware Load limit duty cycle w/ lockout --- diff --git a/src/pwr/main.c b/src/pwr/main.c index e525688..9ad0648 100644 --- a/src/pwr/main.c +++ b/src/pwr/main.c @@ -47,8 +47,8 @@ typedef struct { load_t loads[2] = { - {LOAD1_REG, LOAD1_PIN, 0, 0, 0}, - {LOAD2_REG, LOAD2_PIN, 0, 0, 0}, + {LOAD1_REG, LOAD1_PIN, 5, 0, 0}, + {LOAD2_REG, LOAD2_PIN, 5, 0, 0}, };