From a48ac31dfff5e9ac66e56d2005987fc24eb05c4e Mon Sep 17 00:00:00 2001
From: ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Date: Mon, 29 Sep 2008 08:45:52 +0000
Subject: [PATCH] - at91sam7.c remove build warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1010 b42882b7-edfa-0310-969c-e2dbd0fdcd60
---
 src/flash/at91sam7.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/flash/at91sam7.c b/src/flash/at91sam7.c
index 44bedd96d..69b89c0bd 100644
--- a/src/flash/at91sam7.c
+++ b/src/flash/at91sam7.c
@@ -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;
-- 
GitLab