Skip to content
Snippets Groups Projects
cli_getimu.h 165 B
Newer Older
#ifndef CLI_GETIMU_H
#define CLI_GETIMU_H
#include "frontend_getimu.h"

int cli_getimu(
		struct backend_conn * conn,
		struct frontend_pid_data * pid_data);

#endif