Skip to content

Commit

Permalink
inject_fill_interrupt is not a macro, which is known to preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Aug 18, 2024
1 parent 10be2a0 commit 66ee5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fas_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ struct queue_end_s {
#endif

// disable inject_fill_interrupt() for all real devices. Only defined in TEST
#ifndef inject_fill_interrupt
#ifndef TEST
#define inject_fill_interrupt(x)
#endif

Expand Down

0 comments on commit 66ee5ac

Please sign in to comment.