renamed files from cmd to tcp_cmd

This commit is contained in:
Roelandts_Gert
2023-11-22 17:45:18 +01:00
committed by Sander Speetjens
parent 61d2994e40
commit 6de8684d89
4 changed files with 42 additions and 271 deletions

View File

@@ -1,22 +0,0 @@
/*
* cmd.h
*
* Created on: 13 Nov 2023
* Author: gertr
*/
#ifndef INC_CMD_H_
#define INC_CMD_H_
#include "lcd_api.h"
#include "llfs.h"
#include "log.h"
#include <tcp.h>
#include <stdio.h>
#include <string.h>
void tcp_cmd_init( void );
#endif /* INC_CMD_H_ */