1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-415 Added LP copyright to modified files

This commit is contained in:
Vladimir Zidar 2016-09-26 23:17:04 +02:00
parent dad4a94036
commit 85df731afc
4 changed files with 10 additions and 6 deletions

View File

@ -7,7 +7,8 @@
* @{
*
* @file pios_servo.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012.
* @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016.
* The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012.
* @brief RC Servo routines (STM32 dependent)
* @see The GNU Public License (GPL) Version 3
*
@ -327,7 +328,7 @@ uint8_t PIOS_Servo_GetPinBank(uint8_t pin)
}
}
const struct pios_servo_cfg *PIOS_Servo_Config()
const struct pios_servo_cfg *PIOS_Servo_GetConfig()
{
return servo_cfg;
}

View File

@ -6,7 +6,8 @@
* @{
*
* @file pios_servo.h
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016.
* The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @brief RC Servo functions header.
* @see The GNU Public License (GPL) Version 3
*

View File

@ -7,7 +7,8 @@
* @{
*
* @file pios_servo_priv.h
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016.
* The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @brief Servo private structures.
* @see The GNU Public License (GPL) Version 3
*
@ -45,7 +46,7 @@ struct pios_servo_cfg {
};
extern int32_t PIOS_Servo_Init(const struct pios_servo_cfg *cfg);
const struct pios_servo_cfg *PIOS_Servo_Config();
const struct pios_servo_cfg *PIOS_Servo_GetConfig();
#endif /* PIOS_SERVO_PRIV_H */

View File

@ -2,7 +2,8 @@
******************************************************************************
*
* @file pios_board.h
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013.
* @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016.
* The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013.
* @brief Defines PiOS board hardware for the OpenPilot OPLink Mini board.
* @see The GNU Public License (GPL) Version 3
*