feat: refactor to use gcc types
This commit is contained in:
@@ -102,7 +102,7 @@ void write_serial(char a) {
|
||||
}
|
||||
|
||||
void serial_kprint(const char *msg) {
|
||||
u32 i = 0;
|
||||
uint32_t i = 0;
|
||||
while (1) {
|
||||
char c = msg[i];
|
||||
if (c == 0) {
|
||||
|
||||
Reference in New Issue
Block a user