Fix loop assignment

This commit is contained in:
Yannick Reiß 2024-01-31 13:18:15 +01:00
parent 34bc6162ed
commit f8076f66cb
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 1 deletions

View File

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