chore: fix missing license

This commit is contained in:
sakumisu 2024-12-23 20:01:05 +08:00
parent e6801fcbb8
commit be6537637c
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
* Copyright (c) 2024, sakumisu
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "usbh_core.h"
#include "fsl_common.h"
#include "usb_chipidea_reg.h"

View File

@ -1,3 +1,8 @@
/*
* Copyright (c) 2024, sakumisu
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "fsl_device_registers.h"
#include "fsl_power.h"
#include "usbh_core.h"