16 lines
809 B
C
16 lines
809 B
C
/********************************** (C) COPYRIGHT *******************************
|
|
* File Name : ch32v20x.h
|
|
* Author : WCH
|
|
* Version : V1.0.0
|
|
* Date : 2024/01/31
|
|
* Description : CH32V20x Device Peripheral Access Layer Header File.
|
|
*********************************************************************************
|
|
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
|
|
* Attention: This software (modified or not) and binary are used for
|
|
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
|
|
*******************************************************************************/
|
|
#ifndef __CH32V20x_H
|
|
#define __CH32V20x_H
|
|
/* Tady pouze, protože je to použito v usb hlavičkách */
|
|
#include "core_riscv.h"
|
|
#endif
|