We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766098b commit be1f369Copy full SHA for be1f369
ssp/ssp_common.cpp
@@ -39,7 +39,7 @@ void SSP_Trace(const char* str)
39
#ifdef ARDUINO
40
Serial.println(str);
41
#else
42
- printf(str);
+ printf("%s", str);
43
printf("\n");
44
#endif
45
0 commit comments