We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ece783 commit 5dd9fa9Copy full SHA for 5dd9fa9
src/stage2_params.c
@@ -1,4 +1,4 @@
1
-/* stage2_params.h
+/* stage2_params.c
2
*
3
* Copyright (C) 2023 wolfSSL Inc.
4
test-app/app_x86_fsp_qemu.c
@@ -24,8 +24,8 @@
24
25
#ifdef PLATFORM_x86_fsp_qemu
26
27
-#include<printf.h>
28
-#include<stdint.h>
+#include <printf.h>
+#include <stdint.h>
29
30
struct mb2_header {
31
uint32_t magic;
0 commit comments