Files
paparazzi/sw/airborne/boards/elle0_1.2.h
T
Piotr Esden-Tempski 2ff83d3fb3 [Elle0] Added support for Elle0 V1.2.
- Elle0 V1.2 is the release version of the hardware, the UART
  assignement is bit different than the V1.0 preproduction version.
- Adding one more UART for Spektrum usage
- Moved all the board header settings to a common file
- Added aliases for the Elle0 V1.0 and V1.2 versions
- Added makefile for V1.2 version
2015-12-07 05:09:37 -08:00

29 lines
943 B
C

/*
* Copyright (C) 2015 Piotr Esden-Tempski <piotr@esden.net>
*
* This file is part of paparazzi.
*
* paparazzi is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* paparazzi is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with paparazzi; see the file COPYING. If not, write to
* the Free Software Foundation, 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef CONFIG_ELLE0_1_2_H
#define CONFIG_ELLE0_1_2_H
#include "boards/elle0_common.h"
#endif /* CONFIG_ELLE0_1_2_H */