Edited aerofc-v1 file comments to not reference tap-v1.

This commit is contained in:
mcsauder
2018-10-03 09:44:05 -06:00
committed by Daniel Agar
parent f913de3957
commit 2d208b1524
4 changed files with 5 additions and 5 deletions
@@ -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>
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -33,7 +33,7 @@
****************************************************************************/ ****************************************************************************/
/** /**
* @file tap-v1_spi.c * @file spi.c
* *
* Board-specific SPI functions. * Board-specific SPI functions.
*/ */
+1 -1
View File
@@ -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.
* *