mm32_device.h 693 字节
Newer Older
马志远 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
///-----------------------------------------------------------------------------
/// @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