summaryrefslogtreecommitdiff
path: root/src/IO.c
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2020-03-03 20:07:27 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2020-03-05 18:38:04 +0100
commite32281cf6b01800f95d7640a127811c79234fe6f (patch)
treef34d870bfdfa425600aead8cbf9aadcbc71d4fbc /src/IO.c
parent792e22676786a577b2edc0ed0ed78e51c5b38245 (diff)
downloadopensend-e32281cf6b01800f95d7640a127811c79234fe6f.tar.gz
Work on SIO IRQ
Diffstat (limited to 'src/IO.c')
-rw-r--r--src/IO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO.c b/src/IO.c
index 401971b..a50c9bf 100644
--- a/src/IO.c
+++ b/src/IO.c
@@ -115,7 +115,7 @@ static const uint8_t *IOLoadFileFromCd(char* const buffer, size_t* const fileSiz
{
/* Buffer cannot hold such amount of data.
* Fall through. */
- printf("%s does not fit into internal buffer (%ld / %ld bytes)\n",
+ printf("%s does not fit into internal buffer (%u / %u bytes)\n",
buffer, *fileSize, FILE_BUFFER_SIZE);
}