generated from hulk/gd32e23x_template_cmake_vscode
AI工具写的环形缓冲区
This commit is contained in:
10
Inc/command.h
Normal file
10
Inc/command.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef COMMAND_H
|
||||
#define COMMAND_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
void command_process(void);
|
||||
void handle_command(const uint8_t *cmd, uint8_t len);
|
||||
|
||||
#endif // COMMAND_H
|
Reference in New Issue
Block a user