DualLedController/components/command/cmd_custom.h

6 lines
107 B
C
Raw Normal View History

2024-05-16 01:09:36 +08:00
#ifndef __CMD_CUSTOM_H__
#define __CMD_CUSTOM_H__
void register_custom();
#endif // __CMD_CUSTOM_H__