forked from Archive/PX4-Autopilot
Edited aerofc-v1 file comments to not reference tap-v1.
This commit is contained in:
parent
f913de3957
commit
2d208b1524
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* configs/tap-v1/scripts/ld.script
|
||||
* configs/aerofc-v1/scripts/ld.script
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* 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>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file tap-v1_spi.c
|
||||
* @file spi.c
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue