Use write and read for BitRangeValues

This commit is contained in:
Jaby
2023-01-15 20:21:48 +01:00
committed by Jaby
parent d4955c4719
commit 0a3a61f40e
6 changed files with 11 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ namespace JabyEngine {
}
static void ack(VolatileBitMapPOD<InterruptFlag>& port) {
port.write_range_value(InterruptFlag::InterruptTypValue.max());
port.write(InterruptFlag::InterruptTypValue.max());
}
};