Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Nov 10, 2024
1 parent b27aad0 commit cd1e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mcemu/device-bdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "mcemu.h"

#define U64_2U32(val) ((u32*)val)[1], ((u32*)val)[0]
#define U64_2U32(val) ((u32 *)val)[1], ((u32 *)val)[0]

int DeviceWritePage(int mc_num, void *buf, u32 page_num)
{
Expand Down

0 comments on commit cd1e675

Please sign in to comment.