mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 12:28:03 +08:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef KEYS_UAV_H
|
|
#define KEYS_UAV_H
|
|
|
|
#define UAV_PUBLIC {0}
|
|
#define UAV_PRIVATE {0}
|
|
#define GCS_PUBLIC {0}
|
|
|
|
#endif
|