Skip to content

Commit

Permalink
thor: Add missing methods to UartLogHandler on AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
qookei committed Oct 30, 2024
1 parent 6acd208 commit a03929c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kernel/thor/arch/arm/debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ void UartLogHandler::printChar(char c) {
space.store(reg::data, c);
}

void UartLogHandler::setPriority(Severity prio) {
(void)prio;
}

void UartLogHandler::resetPriority() {
}

} // namespace thor

0 comments on commit a03929c

Please sign in to comment.