commit | 79a6d5a02a36061cbd5f55fc6ce2829ae0e5fa0a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Aug 26 15:18:30 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 28 14:01:11 2015 -0400 |
tree | 16409717473309333e1a741d78f4d6a0bad9de4c | |
parent | a3f7865740fe6e1c955689a5ac1d8a2636efda98 [diff] |
tools/atmelimage.c: Fix warning when debug is enabled Otherwise we get: tools/atmelimage.c:134:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ [-Wformat=] debug("atmelimage: interrupt vector #%d is 0x%08X\n", pos+1, ^ Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by: Tom Rini <trini@konsulko.com>