FIX: license information

This commit is contained in:
Niklas Fauth
2018-05-08 13:02:20 +02:00
parent aff32b2bb4
commit 312d08b944
5 changed files with 21 additions and 28 deletions

View File

@@ -1,8 +1,9 @@
/*
* This file is part of the stmbl project.
* This file is part of the hoverboard-firmware-hack project.
*
* Copyright (C) 2013-2018 Rene Hopf <renehopf@mac.com>
* Copyright (C) 2013-2018 Nico Stute <crinq@crinq.de>
* Copyright (C) 2017-2018 Rene Hopf <renehopf@mac.com>
* Copyright (C) 2017-2018 Nico Stute <crinq@crinq.de>
* Copyright (C) 2017-2018 Niklas Fauth <niklas.fauth@kit.fail>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -144,10 +145,8 @@ void UART_Init() {
*/
DMA_HandleTypeDef hdma_i2c2_rx;
DMA_HandleTypeDef hdma_i2c2_tx;
void I2C_Init()
{