Skip to content

Commit

Permalink
Firmware: devices: payload: commenting data print in payload device #337
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustoVassoler committed Aug 28, 2023
1 parent 51d5942 commit 774487b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/devices/payload/payload.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,11 +706,13 @@ int payload_get_data(payload_t pl, payload_data_id_t id, uint8_t *data, uint32_t
case PAYLOAD_X:
if( px_read(data, len) == 0){
sys_log_print_event_from_module(SYS_LOG_INFO, PAYLOAD_MODULE_NAME, "Payload-X: ");
/*
uint8_t i = 0;
for(i = 0; i < sizeof(data); i++)
{
sys_log_print_msg(data[i]);
}
*/
sys_log_print_msg(" data received!");
sys_log_new_line();
}
Expand Down

0 comments on commit 774487b

Please sign in to comment.