Use write and read for BitRangeValues
This commit is contained in:
@@ -43,7 +43,7 @@ namespace JabyEngine {
|
||||
}
|
||||
|
||||
static void ack(VolatileBitMapPOD<InterruptFlag>& port) {
|
||||
port.write_range_value(InterruptFlag::InterruptTypValue.max());
|
||||
port.write(InterruptFlag::InterruptTypValue.max());
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user