Most changes okay, code works

This commit is contained in:
Roelandts_Gert
2023-12-11 12:10:46 +01:00
parent f9eb677dc0
commit 4b75f21a7d
3 changed files with 53 additions and 46 deletions

View File

@@ -32,6 +32,7 @@
#include "tftp.h"
#include "modbus_tcp.h"
#include "UDP_broadcast.h"
#include "tcp_cmd.h"
/* USER CODE END Includes */
@@ -136,6 +137,9 @@ int main(void)
/* Initialize the tftp server */
tftp_server_init();
/* Initialize tcp command interface*/
tcp_cmd_init();
/* Initialize Modbus*/
modbus_init();