b15f/control/examples/wrapper/main.c

7 lines
100 B
C
Raw Normal View History

2022-12-06 19:29:20 +00:00
#include "b15f/wrapper/b15f.h"
int main() {
b15f_t* instance = get_instance();
return 0;
}