Explorar o código

Fix warning differ in signedness in board/innokom/innokom.c

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD %!s(int64=17) %!d(string=hai) anos
pai
achega
96455bfebc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      board/innokom/innokom.c

+ 1 - 1
board/innokom/innokom.c

@@ -72,7 +72,7 @@ int i2c_init_board(void)
 
 
 int misc_init_r(void)
 int misc_init_r(void)
 {
 {
-	uchar *str;
+	char *str;
 
 
 	/* determine if the software update key is pressed during startup   */
 	/* determine if the software update key is pressed during startup   */
 	if (GPLR0 & 0x00000800) {
 	if (GPLR0 & 0x00000800) {