Minor indent error

master
Riccardo 2019-07-07 15:57:14 -07:00
parent 247e128b45
commit e6dc4172b1
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@
// default since there's no serial
void puts(const char *a) {
UNUSED(a);
UNUSED(a);
}
void puth(unsigned int i) {
UNUSED(i);
UNUSED(i);
}
#include "libc.h"