TRIS_A + TRIS_B
This commit is contained in:
@@ -790,7 +790,7 @@ namespace PIC_Simulator.PIC
|
||||
SetRegister(index, SetBit(GetRegister(index), bit, wert));
|
||||
}
|
||||
|
||||
private void SetRegisterOhneBank(uint index, uint bit, bool wert)
|
||||
public void SetRegisterOhneBank(uint index, uint bit, bool wert)
|
||||
{
|
||||
Register[index] = SetBit(Register[index], bit, wert);
|
||||
}
|
||||
|
Reference in New Issue
Block a user