Add missing license headers

This commit is contained in:
Daniel Reibl 2023-10-15 12:21:05 +02:00
parent ceb66d0a83
commit f788141a03
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright 2023 Daniel Reibl (@riblee)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_SERIAL TRUE

View File

@ -1,3 +1,6 @@
// Copyright 2023 Daniel Reibl (@riblee)
// SPDX-License-Identifier: GPL-2.0-or-later
#include_next <mcuconf.h>
#undef STM32_SERIAL_USE_USART1