9ceb218f80
Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
100 B
C
9 lines
100 B
C
#ifndef APP_TEST_H
|
|
#define APP_TEST_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void v_app_test_periodic(void);
|
|
|
|
#endif
|