diff --git a/software/src/nested.c b/software/src/nested.c index 74c037b..4e458d0 100644 --- a/software/src/nested.c +++ b/software/src/nested.c @@ -265,7 +265,7 @@ int main(int argc, char* const argv[]) { if (keyCount > 0) { for (i = 0; i < keyCount; i++) { - printf("Key%d: %llx\r\n", i + 1, keys[i]); + printf("Key %d... %" PRIx64 " \r\n", i + 1, keys[i]); fflush(stdout); } }