testing for tcp_cmd

add testing files
This commit is contained in:
2023-11-29 21:28:26 +01:00
committed by Sander Speetjens
parent 843c234bcf
commit 42675a5fe1
5 changed files with 305 additions and 8 deletions

View File

@@ -13,6 +13,15 @@ extern "C" {
#define LWIP_UNUSED_ARG(x) UNUSED(x)
typedef void sFONT;
#define LCD_COLOR_BLACK 0
#define LCD_COLOR_WHITE 1
#define LCD_TRANSPARENT 2
#define LCD_FONT16 0
#define LCD_FONT24 (void*)1
typedef int8_t err_t;
/** Definitions for error constants. */
typedef enum {