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:
parent
f62391028a
commit
d5eccea78f
@ -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:
|
||||
|
@ -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
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -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
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
@ -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
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user