9 lines
75 B
C
9 lines
75 B
C
|
#ifndef DEMM_APP_H
|
||
|
#define DEMM_APP_H
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void demm_app_task(void);
|
||
|
|
||
|
#endif
|