We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa2840 commit d5691feCopy full SHA for d5691fe
mqx/util_lib/Sources/util.c
@@ -88,7 +88,7 @@ int sdcard_open(MQX_FILE_PTR *com_handle, MQX_FILE_PTR *sdcard_handle,
88
/* Open partition manager */
89
*partman_handle = fopen(partman_name, NULL);
90
if (*partman_handle == NULL) {
91
- printf("Error opening partition manager: %s\n");
+ printf("Error opening partition manager\n");
92
return -64;
93
}
94
0 commit comments