Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rizlik committed May 9, 2024
1 parent 3ece783 commit 5dd9fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stage2_params.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* stage2_params.h
/* stage2_params.c
*
* Copyright (C) 2023 wolfSSL Inc.
*
Expand Down
4 changes: 2 additions & 2 deletions test-app/app_x86_fsp_qemu.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

#ifdef PLATFORM_x86_fsp_qemu

#include<printf.h>
#include<stdint.h>
#include <printf.h>
#include <stdint.h>

struct mb2_header {
uint32_t magic;
Expand Down

0 comments on commit 5dd9fa9

Please sign in to comment.