Adding attributions for some of the Graupner SumH code.

This commit is contained in:
Dominic Clifton 2015-05-21 23:10:00 +01:00
parent d9de29129e
commit 11a4622a46
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* References:
* http://fpv-treff.de/viewtopic.php?f=18&t=1368&start=3020#p44535
* http://fpv-community.de/showthread.php?29033-MultiWii-mit-Graupner-SUMD-SUMH-und-USB-Joystick-auf-ProMicro
*/
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>