nuttx-configs:Removed errant comments referencing px4fmu-v1

This commit is contained in:
David Sidrane 2017-08-10 08:33:27 -10:00 committed by Daniel Agar
parent a7ba7af89a
commit 2cbd411a53
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# configs/px4fmu-v1/usbnsh/setenv.sh
# configs/aerofc-v1/usbnsh/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -189,7 +189,7 @@
#define BOARD_LED2_BIT (1 << BOARD_LED2)
/* If CONFIG_ARCH_LEDs is defined, then NuttX will control the 2 LEDs on board the
* px4fmu-v1. The following definitions describe how NuttX controls the LEDs:
* px4-stm32f4discovery. The following definitions describe how NuttX controls the LEDs:
*/
#define LED_STARTED 0 /* LED1 */

View File

@ -1,5 +1,5 @@
#!/bin/bash
# configs/px4fmu-v1/usbnsh/setenv.sh
# configs/tap-v1/usbnsh/setenv.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>