mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
Initial commit
This commit is contained in:
11
include/MakerbaseShell.h
Normal file
11
include/MakerbaseShell.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef MAKERBASE_SHELL_H
|
||||
#define MAKERBASE_SHELL_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define MAX_FILE_LEN 1024*4
|
||||
|
||||
void execute_cmd(const char *cmd, char *result);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user