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 );

View File

@@ -4,14 +4,7 @@
* Created on: 13 Nov 2023
* Author: gertr
*/
#include "llfs.h"
#include "cmd.h"
#include "log.h"
#include <tcp.h>
#include <stdio.h>
#include <string.h>
uint32_t result_txt = 0xff000000;
uint32_t result_bg = 0xff000000;