Added cmd.c and cmd.h

Functions in main copied to cmd.c
This commit is contained in:
Roelandts_Gert
2023-11-13 12:55:23 +01:00
committed by Sander Speetjens
parent e5273c7012
commit 9f25995c82
3 changed files with 182 additions and 0 deletions

View File

@@ -35,6 +35,10 @@
#include "tcp_cmd.h"
#include "website_backend.h"
#include "cmd.h"
#include <tcp.h>
#include <stdio.h>
#include <string.h>
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/