Fix loop assignment
This commit is contained in:
parent
34bc6162ed
commit
f8076f66cb
|
@ -61,7 +61,7 @@ begin
|
|||
ReadB => RamReadB,
|
||||
DirectIn => Switches,
|
||||
DirectOut => LED,
|
||||
I2CClientIn => I2CClient,
|
||||
I2CClientIn => I2CClientOut,
|
||||
I2CClientOut => I2CClient,
|
||||
I2CServerOut => I2CServer
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue