Explorar o código

Fix compiler warning

kbere %!s(int64=2) %!d(string=hai) anos
pai
achega
bc819c4321
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      soft/main.c

+ 1 - 1
soft/main.c

@@ -197,7 +197,7 @@ struct {
 	unsigned int len;
 } logbuf;
 
-void log_put(char c){
+void log_put(int c){
 	UINT bw;
 	uart1_put(c);
 	logbuf.buf[logbuf.len++] = c;