Skip to content

Commit

Permalink
fix (hal/port/unix) : Fix compilation issue by commenting unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpolach321 committed Feb 28, 2025
1 parent e9ba707 commit 09ca073
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hal/port/unix/lt_port_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,13 @@ static int lt_communicate (int *tx_payload_length_ptr, int *rx_payload_length_pt
// tx_buffer.TAG = TAG_E_POWER_OFF;
// return lt_communicate(NULL, NULL);
//}
static int lt_reset_target(void)
{
LOG_OUT("-- Resetting TROPIC01 target.\n");
tx_buffer.TAG = TAG_E_RESET_TARGET;

return lt_communicate(NULL, NULL);
}
//static int lt_reset_target(void)
//{
// LOG_OUT("-- Resetting TROPIC01 target.\n");
// tx_buffer.TAG = TAG_E_RESET_TARGET;
//
// return lt_communicate(NULL, NULL);
//}

static int server_connect(void)
{
Expand Down

0 comments on commit 09ca073

Please sign in to comment.