diff options
Diffstat (limited to 'board/esd/canbt/canbt.c')
-rw-r--r-- | board/esd/canbt/canbt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/canbt/canbt.c b/board/esd/canbt/canbt.c index ab492497025..2ced6cb17f2 100644 --- a/board/esd/canbt/canbt.c +++ b/board/esd/canbt/canbt.c @@ -156,7 +156,7 @@ int checkboard (void) { int index; int len; - unsigned char str[64]; + char str[64]; int i = getenv_r ("serial#", str, sizeof (str)); puts ("Board: "); |