DualLedController/components/command/cmd_custom.h
2024-05-16 01:09:36 +08:00

6 lines
107 B
C

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