/* * Copyright (C) 2015 Kaspar Schleiser * 2015 FreshTemp, LLC. * 2014 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup boards_saml21-xpro * @{ * * @file board.c * @brief Board specific implementations for the Atem SAM L21 Xplained Pro board * * @author Thomas Eichinger * @author Kaspar Schleiser * * @} */ #include "board.h" void board_init(void) { }