Skip to content
Snippets Groups Projects
Commit a48ac31d authored by ntfreak's avatar ntfreak
Browse files

- at91sam7.c remove build warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1010 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 279affdb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment