2025-04-26 16:03:23 +08:00

9 lines
75 B
C

#ifndef DEMM_APP_H
#define DEMM_APP_H
void demm_app_task(void);
#endif