mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
5 lines
94 B
C
5 lines
94 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
void sbus_out_write(uint16_t *channels, uint8_t nchannels);
|