2 Commits

Author SHA1 Message Date
fe0bde5c32 Fix wrong string constant 2021-05-20 23:54:42 +02:00
2beaccbe32 Fix typo in comment 2021-05-20 23:54:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ static shellmatta_retCode_t shell_cmd_pt1000_res(const shellmatta_handle_t han
pt1000_status = adc_pt1000_get_current_resistance(&resistance);
if (pt1000_status == 2) {
strcat(display_status, " UNSTABLE ");
strcat(display_status, "UNSTABLE");
} else if (pt1000_status) {
strcpy(display_status, "ERROR");
} else {

View File

@@ -18,7 +18,7 @@
* --------------------------------------------------------------------
* FLASH: 512K
* RAM: 128K
* CCM RAM: 64L
* CCM RAM: 64K
* FPU: fpv4-sp-d16
*/