mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
[intermcu] add dox headers
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** @file subsystems/intermcu/intermcu.h
|
||||
* @brief Rotorcraft Inter-MCU interface
|
||||
*/
|
||||
|
||||
#ifndef INTERMCU_ROTORCRAFT_H
|
||||
#define INTERMCU_ROTORCRAFT_H
|
||||
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** @file subsystems/intermcu/intermcu_ap.c
|
||||
* @brief Rotorcraft Inter-MCU on the autopilot
|
||||
*/
|
||||
|
||||
#include "intermcu_ap.h"
|
||||
#include "intermcu_msg.h"
|
||||
#include "subsystems/radio_control.h"
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** @file subsystems/intermcu/intermcu_ap.h
|
||||
* @brief Rotorcraft Inter-MCU on the autopilot
|
||||
*/
|
||||
|
||||
#ifndef INTERMCU_AP_ROTORCRAFT_H
|
||||
#define INTERMCU_AP_ROTORCRAFT_H
|
||||
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** @file subsystems/intermcu/intermcu_fbw.c
|
||||
* @brief Rotorcraft Inter-MCU on FlyByWire
|
||||
*/
|
||||
|
||||
#include "intermcu_fbw.h"
|
||||
#include "intermcu_msg.h"
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** @file subsystems/intermcu/intermcu_fbw.h
|
||||
* @brief Rotorcraft Inter-MCU on FlyByWire
|
||||
*/
|
||||
|
||||
#ifndef INTERMCU_FBW_ROTORCRAFT_H
|
||||
#define INTERMCU_FBW_ROTORCRAFT_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user