Fix loop assignment

This commit is contained in:
2024-01-31 13:18:15 +01:00
parent 34bc6162ed
commit f8076f66cb

View File

@@ -61,7 +61,7 @@ begin
ReadB => RamReadB,
DirectIn => Switches,
DirectOut => LED,
I2CClientIn => I2CClient,
I2CClientIn => I2CClientOut,
I2CClientOut => I2CClient,
I2CServerOut => I2CServer
);