Browse Source

- at91sam7.c remove build warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1010 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
ntfreak 15 years ago
parent
commit
a48ac31dff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/flash/at91sam7.c

+ 1
- 1
src/flash/at91sam7.c View File

@@ -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…
Cancel
Save