Skip to content

Commit 74eba11

Browse files
committed
_FWVERSION_U32: remove stray debug print
1 parent e80ed99 commit 74eba11

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

UNOR4USBBridge/cmds_esp_generic.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ void CAtHandler::add_cmds_esp_generic() {
8585
switch (parser.cmd_mode) {
8686
case chAT::CommandMode::Read: {
8787
srv.write_response_prompt();
88-
89-
90-
91-
log_e("version 0x%X, 0x%X", *((uint32_t*)version), &version);
92-
9388
srv.write_data(version, sizeof(version));
9489
srv.write_line_end();
9590
return chAT::CommandStatus::OK;

0 commit comments

Comments
 (0)