Renamee IOPort 2 functions to original

This commit is contained in:
2023-09-24 11:52:18 +02:00
parent fb9e346e51
commit a9da459823
9 changed files with 22 additions and 22 deletions

View File

@@ -99,7 +99,7 @@ namespace JabyEngine {
}
inline void wait() {
while(this->channel_ctrl.read().is_set2(CHCHR::Busy));
while(this->channel_ctrl.read().is_set(CHCHR::Busy));
}
};
#pragma pack(pop)