23 lines
505 B
C
Executable File
23 lines
505 B
C
Executable File
#ifndef _ATSVR_UNITE_H_
|
|
#define _ATSVR_UNITE_H_
|
|
#include <os/os.h>
|
|
#include <os/str.h>
|
|
#include <stdlib.h>
|
|
#include <stdbool.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include "_at_server.h"
|
|
#include "_at_svr_opts.h"
|
|
#include "atsvr_core.h"
|
|
#include "at_server.h"
|
|
#include "atsvr_port.h"
|
|
|
|
#define AT_SYNC_CMD_TIMEOUT_MS 4000
|
|
|
|
|
|
typedef struct _atsvr_command atsvr_command_t;
|
|
typedef struct _atsvr_command atsvr_command;
|
|
typedef struct _atsvr_command _atsvr_command_t;
|
|
|
|
#endif
|