#ifndef __PILOT_INIT_H #define __PILOT_INIT_H #include "stdint.h" void auto_pilot_init(void); #endif