diff --git a/sw/boot/zsl.c b/sw/boot/zsl.c index 5c68e2a4..ed682f7b 100644 --- a/sw/boot/zsl.c +++ b/sw/boot/zsl.c @@ -86,7 +86,8 @@ int main(void) { } // Launch payload - printf("[ZSL] Launch firmware at %lx with device tree at %lx\r\n", __BOOT_ZSL_FW, __BOOT_ZSL_DTB); + printf("[ZSL] Launch firmware at %lx with device tree at %lx\r\n", __BOOT_ZSL_FW, + __BOOT_ZSL_DTB); smp_resume(); }