diff --git a/cpu/stm32f3/periph/spi.c b/cpu/stm32f3/periph/spi.c index a6fabadcf1..1631998a13 100644 --- a/cpu/stm32f3/periph/spi.c +++ b/cpu/stm32f3/periph/spi.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2014 Hamburg University of Applied Sciences * Copyright (C) 2014 Freie Universität Berlin + * Copyright (C) 2015 Kaspar Schleiser * * 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 @@ -18,6 +19,7 @@ * @author Fabian Nack * @author Hauke Petersen * @author Joakim Gebart + * @author Kaspar Schleiser * * @} */