Work on ansi shell

This commit is contained in:
2022-08-23 02:35:54 +02:00
parent 23360febfa
commit d94239679d
7 changed files with 365 additions and 57 deletions

View File

@ -1,9 +1,7 @@
#ifndef __ACTUBE_AC_H
#define __ACTUBE_AC_H
#include "mavl.h"
#include "cw/mavltypes.h"
#include "cw/cfg.h"
extern struct ac_status ac_global_status;
@ -19,7 +17,7 @@ enum {
AC_PROTO_UNKNOWN
};
void start_shell();
int start_shell(cw_Cfg_t *global_cfg);
#endif