Renamed enum

This commit is contained in:
Alex
2022-10-25 02:42:30 +03:00
parent c69496cac1
commit 7b324f020f

View File

@ -93,7 +93,7 @@ namespace APIC
AllExcludingSelf = 0b11 AllExcludingSelf = 0b11
}; };
enum APICTimerDivide enum LVTTimerDivide
{ {
DivideBy2 = 0b000, DivideBy2 = 0b000,
DivideBy4 = 0b001, DivideBy4 = 0b001,