Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Guillod committed Nov 22, 2023
1 parent 4cc540b commit 24a09e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/applications/example_iffifo/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/* By default, printfs are activated for FPGA and disabled for simulation. */
#define PRINTF_IN_FPGA 1
#define PRINTF_IN_SIM 1
#define PRINTF_IN_SIM 0

#if TARGET_SIM && PRINTF_IN_SIM
#define PRINTF(fmt, ...) printf(fmt, ## __VA_ARGS__)
Expand Down

0 comments on commit 24a09e1

Please sign in to comment.