- at91sam7.c remove build warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@1010 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
279affdb98
commit
a48ac31dff
|
@ -1091,7 +1091,7 @@ int at91sam7_info(struct flash_bank_s *bank, char *buf, int buf_size)
|
|||
buf_size -= printed;
|
||||
|
||||
printed = snprintf(buf, buf_size,
|
||||
" Master clock (estimated): %li KHz | External clock: %li KHz\n",
|
||||
" Master clock (estimated): %u KHz | External clock: %u KHz\n",
|
||||
at91sam7_info->mck_freq / 1000, at91sam7_info->ext_freq / 1000);
|
||||
|
||||
buf += printed;
|
||||
|
|
Loading…
Reference in New Issue