Renamee IOPort 2 functions to original
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user