1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Comment and header renames, change PipX to OPLink Mini

This commit is contained in:
David Ankers 2013-05-26 15:48:02 +10:00
parent f62391028a
commit d5eccea78f
4 changed files with 5 additions and 5 deletions

View File

@ -245,7 +245,7 @@ void processComand(uint8_t *xReceive_Buffer)
}
break;
case Remote_flash_via_spi:
result = false; // No support for this for the PipX
result = false; // No support for this for the OPLink Mini
break;
default:
result = 0;
@ -476,7 +476,7 @@ bool flash_read(uint8_t *buffer, uint32_t adr, DFUProgType type)
{
switch (type) {
case Remote_flash_via_spi:
return false; // We should not get this for the PipX
return false; // We should not get this for the OPLink Mini
break;
case Self_flash:

View File

@ -3,7 +3,7 @@
*
* @file pios_board.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @brief Defines board specific static initializers for hardware for the PipBee board.
* @brief Defines board specific static initializers for hardware for the CopterControl board.
* @see The GNU Public License (GPL) Version 3
*
*****************************************************************************/

View File

@ -3,7 +3,7 @@
*
* @file pios_board.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @brief Defines board specific static initializers for hardware for the PipBee board.
* @brief Defines board specific static initializers for hardware for the OPLink Mini board.
* @see The GNU Public License (GPL) Version 3
*
*****************************************************************************/

View File

@ -3,7 +3,7 @@
*
* @file pios_board.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @brief Defines board specific static initializers for hardware for the PipBee board.
* @brief Defines board specific static initializers for hardware for the OPLink Mini board.
* @see The GNU Public License (GPL) Version 3
*
*****************************************************************************/