includes from cmd.c to cmd.h

This commit is contained in:
Roelandts_Gert
2023-11-20 15:52:15 +01:00
committed by Sander Speetjens
parent 1bcd9f1113
commit f11f71020d
2 changed files with 5 additions and 7 deletions

View File

@@ -9,6 +9,11 @@
#define INC_CMD_H_
#include "lcd_api.h"
#include "llfs.h"
#include "log.h"
#include <tcp.h>
#include <stdio.h>
#include <string.h>
void echo_init( void );