mbv: clang-format
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "timer.h"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "bios.h"
|
||||
@@ -5,14 +7,13 @@
|
||||
#include "intc.h"
|
||||
#include "interrupts.h"
|
||||
#include "pol0.h"
|
||||
#include "timer.h"
|
||||
|
||||
namespace {
|
||||
|
||||
Gpio* leds;
|
||||
Timer* timer;
|
||||
|
||||
void Timer0Isr() {
|
||||
void Timer0Isr() {
|
||||
static int counter = 0;
|
||||
leds->data = counter++;
|
||||
|
||||
|
Reference in New Issue
Block a user