mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
替换RTThread旧版文件头注释版权声明 (#5774)
This commit is contained in:
committed by
GitHub
parent
3f7cc54449
commit
6bd22f3e6f
@@ -1,18 +1,12 @@
|
||||
/***************************************************************************//**
|
||||
* @file dev_sflash.c
|
||||
* @brief SPI Flash driver of RT-Thread RTOS for EFM32 by using USART module
|
||||
* COPYRIGHT (C) 2012, RT-Thread Development Team
|
||||
* @author onelife
|
||||
* @version 1.0
|
||||
*******************************************************************************
|
||||
* @section License
|
||||
* The license and distribution terms for this file may be found in the file
|
||||
* LICENSE in this distribution or at http://www.rt-thread.org/license/LICENSE
|
||||
*******************************************************************************
|
||||
* @section Change Logs
|
||||
/*
|
||||
* Copyright (c) 2006-2022, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2011-05-06 onelife Initial creation by using USART module
|
||||
******************************************************************************/
|
||||
*/
|
||||
|
||||
/***************************************************************************//**
|
||||
* @addtogroup efm32
|
||||
|
||||
Reference in New Issue
Block a user