1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-12-04 17:17:55 +01:00
aic_pico/firmware/src/commands.h
2023-11-01 20:41:25 +08:00

12 lines
144 B
C

/*
* AIC Pico Command Line Commands
* WHowe <github.com/whowechina>
*/
#ifndef COMMANDS_H
#define COMMANDS_H
void commands_init();
#endif