1.copyright 2024。

This commit is contained in:
MacRsh
2024-01-02 00:02:48 +08:00
parent 063534ad34
commit 1ce69d3524
58 changed files with 83 additions and 83 deletions

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*
@@ -9,7 +9,7 @@
#ifndef _DRV_ADC_H_
#define _DRV_ADC_H_
#include "include/device/adc.h"
#include "include/device/mr_adc.h"
#include "mr_board.h"
#ifdef __cplusplus

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*
@@ -9,7 +9,7 @@
#ifndef _DRV_PIN_H_
#define _DRV_PIN_H_
#include "include/device/pin.h"
#include "include/device/mr_pin.h"
#include "mr_board.h"
#ifdef __cplusplus

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*
@@ -9,7 +9,7 @@
#ifndef _DRV_SERIAL_H_
#define _DRV_SERIAL_H_
#include "include/device/serial.h"
#include "include/device/mr_serial.h"
#include "mr_board.h"
#ifdef __cplusplus

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*
@@ -9,7 +9,7 @@
#ifndef _DRV_SPI_H_
#define _DRV_SPI_H_
#include "include/device/spi.h"
#include "include/device/mr_spi.h"
#include "mr_board.h"
#ifdef __cplusplus

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*
@@ -9,7 +9,7 @@
#ifndef _DRV_TIMER_H_
#define _DRV_TIMER_H_
#include "include/device/timer.h"
#include "include/device/mr_timer.h"
#include "mr_board.h"
#ifdef MR_USING_TIMER

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/*
* @copyright (c) 2023, MR Development Team
* @copyright (c) 2023-2024, MR Development Team
*
* @license SPDX-License-Identifier: Apache-2.0
*