Skip to content

Commit

Permalink
rename main_tcp_echo_client_tasks to main_udp_ntp_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarjonssson committed May 10, 2024
1 parent 8b1b03d commit aa9171b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern void initialise_monitor_handles(void);

int main()
{
main_tcp_echo_client_tasks();
main_udp_ntp_tasks();
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion src/main_networking.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static NetworkEndPoint_t xEndPoints[4];

/*-----------------------------------------------------------*/

void main_tcp_echo_client_tasks(void)
void main_udp_ntp_tasks(void)
{
const uint32_t ulLongTime_ms = pdMS_TO_TICKS(1000UL);

Expand Down

0 comments on commit aa9171b

Please sign in to comment.