Skip to content

Commit

Permalink
* optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Jul 27, 2024
1 parent 55167df commit 7e7e46d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/vision/port/maixcam/maix_display_mmf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ namespace maix::display
if (strncmp(line, "panel=", 6) == 0) {
strcpy(panel_value, line + 6);
panel_value[strcspn(panel_value, "\n")] = '\0';
printf("line:%s panel_value:%s\r\n", line, panel_value);
break;
}
}
Expand Down

0 comments on commit 7e7e46d

Please sign in to comment.