Skip to content
Snippets Groups Projects
quad_app.h 137 B
#ifndef QUAD_APP_H
#define QUAD_APP_H

#include "type_def.h"

int quad_main(int (*setup_hardware)(hardware_t *hardware_struct));

#endif