commit | 8bb86eb06252517078f479ad741a670a32854f90 | [log] [tgz] |
---|---|---|
author | Daniel Petti <djpetti@me.com> | Mon Jan 26 17:09:58 2015 -0800 |
committer | Daniel Petti <djpetti@me.com> | Mon Jan 26 17:09:58 2015 -0800 |
tree | 16dc43cfbcc426ca4451933374d5c8c5bf262afa | |
parent | 0a7f60600db847d93a717424906f910102292aa3 [diff] |
Fix another small queue interface issue. It's a little embarrassing that this made it past all of us in code review. Change-Id: I3dee0514e5178293c6c00e85778432c1ff82ed81
diff --git a/frc971/control_loops/fridge/fridge.q b/frc971/control_loops/fridge/fridge.q index 1abd821..6e09c0b 100644 --- a/frc971/control_loops/fridge/fridge.q +++ b/frc971/control_loops/fridge/fridge.q
@@ -59,3 +59,5 @@ queue Output output; queue Status status; }; + +queue_group Fridge fridge;