DualLedController/components/command/CustomCommand.h

11 lines
126 B
C
Raw Permalink Normal View History

2024-05-17 01:08:15 +08:00
#ifndef __CUSTOMCOMMAND_H__
#define __CUSTOMCOMMAND_H__
void register_custom();
#endif // __CUSTOMCOMMAND_H__