Skip to content

Commit

Permalink
fix SIM define in matadd
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed Feb 12, 2024
1 parent 66b5618 commit f093299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/applications/example_matadd/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 f093299

Please sign in to comment.