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