You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments