mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 21:46:33 +00:00
6 lines
141 B
C++
6 lines
141 B
C++
#pragma once
|
|
|
|
#define FIFO_WHO_AM_I "AI"
|
|
#define FIFO_TO_GIMBAL "/tmp/fifo_to_a8_gimbal"
|
|
#define FIFO_FROM_GIMBAL "/tmp/fifo_from_a8_gimbal"
|