mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Edited aerofc-v1 file comments to not reference tap-v1.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* configs/tap-v1/scripts/ld.script
|
* configs/aerofc-v1/scripts/ld.script
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
|||||||
@@ -33,9 +33,9 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file tap-v1_led.c
|
* @file led.c
|
||||||
*
|
*
|
||||||
* TAP_V1 LED backend.
|
* AEROFC_V1 LED backend.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <px4_config.h>
|
#include <px4_config.h>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file tap-v1_spi.c
|
* @file spi.c
|
||||||
*
|
*
|
||||||
* Board-specific SPI functions.
|
* Board-specific SPI functions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @file tap-v1_timer_config.c
|
* @file timer_config.c
|
||||||
*
|
*
|
||||||
* Configuration data for the stm32 pwm_servo, input capture and pwm input driver.
|
* Configuration data for the stm32 pwm_servo, input capture and pwm input driver.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user