1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +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; break;
case Remote_flash_via_spi: 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; break;
default: default:
result = 0; result = 0;
@ -476,7 +476,7 @@ bool flash_read(uint8_t *buffer, uint32_t adr, DFUProgType type)
{ {
switch (type) { switch (type) {
case Remote_flash_via_spi: 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; break;
case Self_flash: case Self_flash:

View File

@ -3,7 +3,7 @@
* *
* @file pios_board.c * @file pios_board.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @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 * @see The GNU Public License (GPL) Version 3
* *
*****************************************************************************/ *****************************************************************************/

View File

@ -3,7 +3,7 @@
* *
* @file pios_board.c * @file pios_board.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @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 * @see The GNU Public License (GPL) Version 3
* *
*****************************************************************************/ *****************************************************************************/

View File

@ -3,7 +3,7 @@
* *
* @file pios_board.c * @file pios_board.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @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 * @see The GNU Public License (GPL) Version 3
* *
*****************************************************************************/ *****************************************************************************/