Add extra newlines on SPI lock end
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2021-01-06 12:39:08 +01:00
parent 975f7df4d8
commit 9a2fc07ad8
2 changed files with 5 additions and 1 deletions

View file

@ -144,9 +144,11 @@ int main(int argc, char **argv) {
fclose(fdOutput);
printf("\n");
fm10k_mem_ReleasePlatformLock((uintptr_t) memmapAddr);
printf("\nRead %u bytes\n", bootImageSize);
printf("Read %u bytes\n", bootImageSize);
return 0;
}

View file

@ -251,6 +251,8 @@ int main(int argc, char **argv) {
sleep(1);
printf("\n");
fm10k_mem_ReleasePlatformLock((uintptr_t) memmapAddr);