mbv: clang-format
This commit is contained in:
@@ -59,9 +59,7 @@ struct Timer {
|
||||
TCSR0.ENT0 = 1;
|
||||
}
|
||||
|
||||
void ClearInterrupt() {
|
||||
TCSR0.T0INT = 0;
|
||||
}
|
||||
void ClearInterrupt() { TCSR0.T0INT = 0; }
|
||||
|
||||
static Timer* Instance(uint32_t base) {
|
||||
return reinterpret_cast<Timer*>(base);
|
||||
|
||||
Reference in New Issue
Block a user