switch from using RS-232 BREAKs and no flow control to new command mode reset and...
[fleet.git] / ships / Alu.ship
index 177592b..2588447 100644 (file)
@@ -180,7 +180,7 @@ public void service() {
           0;
 
   always @(posedge clk) begin
-    if (!rst) begin
+    if (rst) begin
       `reset
       out_draining <= 0;
     end else begin