DualLedController/components/command/CustomCommand.h
2024-05-17 01:08:15 +08:00

11 lines
126 B
C

#ifndef __CUSTOMCOMMAND_H__
#define __CUSTOMCOMMAND_H__
void register_custom();
#endif // __CUSTOMCOMMAND_H__