12 lines
191 B
C
12 lines
191 B
C
|
#ifndef CONTROLLER_RUNNERS_H
|
||
|
#define CONTROLLER_RUNNERS_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#include <models/controller.h>
|
||
|
|
||
|
void
|
||
|
runner_test(controller_t *controller);
|
||
|
|
||
|
#endif /* CONTROLLER_RUNNERS_H */
|