Commit 959950f
committed
Remove override printf define from c receipe
This define would serve to use the integer-only version of printf rather
than the default. In commit 46470a9 (Remove override printf define from
cpp receipe), this was removed from the cpp recipe, probably because
this define could cause problems in C++ code and because the Due has
plenty of memory for this.
However, this same override was still present in the c recipe, so this
introduced an inconsistency between .c and .cpp files, where they would
end up getting different versions of printf. This commit fixes this by
also removing the override for .c files.1 parent 482837b commit 959950f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments