Skip to content

Commit 3f2bc41

Browse files
committed
Address review comments
Signed-off-by: Jakub Duchniewicz <j.duchniewicz@unsw.edu.au>
1 parent 4caf109 commit 3f2bc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/src/uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void putc(uint8_t ch)
175175
#define ULSR 0x14
176176
#define ULSR_THRE (1 << 5)
177177

178-
void uart_init() {}
178+
void uart_init(void) {}
179179

180180
void putc(uint8_t ch)
181181
{

0 commit comments

Comments
 (0)