Commit 7f7baed
bba: Fix config defines
The __is_defined() macro only resolves to 1 if the macro it's used with
is defined to 1; any other value will cause __is_defined() to resolve to
0.
Fix the RX_NOWRAP / TX_SEMA macros that were set, but not properly set
to 1.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>1 parent 5098110 commit 7f7baed
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments