pilot_init.h 108 B

123456789101112
  1. #ifndef __PILOT_INIT_H
  2. #define __PILOT_INIT_H
  3. #include "stdint.h"
  4. void auto_pilot_init(void);
  5. #endif