1
0
forked from tanchou/Verilog
This commit is contained in:
2025-05-26 11:19:03 +02:00
parent cac1a38dad
commit 92144d315e

View File

@@ -60,7 +60,7 @@ always_ff @(posedge clk) begin
strobe2s <= 0; strobe2s <= 0;
end end
leds[5] <= o_dht11_error; leds[5] <= !o_dht11_error;
end end
always_ff @(posedge clk) begin always_ff @(posedge clk) begin