zhangslice 3ba72b53d8 Add MM32 SDK and USB driver
Signed-off-by: zhangslice <1304224508@qq.com>
2021-06-18 12:46:27 +07:00

24 lines
693 B
C

///-----------------------------------------------------------------------------
/// @file mm32_device.h
/// @brief CMSIS Cortex-M Peripheral Access Layer for MindMotion
/// microcontroller devices
///
/// This is a convenience header file for defining the part number on the
/// build command line, instead of specifying the part specific header file.
///
/// Example: Add MM32 series to your build options, to define part
/// Add "#include "mm32_device.h" to your source files
///
///
///
///
///-----------------------------------------------------------------------------
#ifndef __MM32_DEVICE_H
#define __MM32_DEVICE_H
#include "mm32_reg.h"
#endif // __MM32_DEVICE_H