修复mico-sdk错误

This commit is contained in:
nhkefus
2025-03-11 15:54:45 +08:00
parent 3422912129
commit 2ccb892a1c
2152 changed files with 664341 additions and 702636 deletions

View File

@@ -1,33 +1,33 @@
/*
*****************************************************************************
* Mountain View Silicon Tech. Inc.
* Copyright 2012, Mountain View Silicon Tech. Inc., ShangHai, China
* All rights reserved.
*
* Filename: Sleep.c
* Description: Sleep header file
*
* Change History:
* Lance - 11/xx/2012 - V0.1
* - create
******************************************************************************
*/
#ifndef __SLEEP_H__
#define __SLEEP_H__
#ifdef __cplusplus
extern "C" {
#endif//__cplusplus
#include "type.h"
void Sleep(void);
void DeepSleep(void);
#ifdef __cplusplus
}
#endif//__cplusplus
#endif //__SLEEP_H__
/*
*****************************************************************************
* Mountain View Silicon Tech. Inc.
* Copyright 2012, Mountain View Silicon Tech. Inc., ShangHai, China
* All rights reserved.
*
* Filename: Sleep.c
* Description: Sleep header file
*
* Change History:
* Lance - 11/xx/2012 - V0.1
* - create
******************************************************************************
*/
#ifndef __SLEEP_H__
#define __SLEEP_H__
#ifdef __cplusplus
extern "C" {
#endif//__cplusplus
#include "type.h"
void Sleep(void);
void DeepSleep(void);
#ifdef __cplusplus
}
#endif//__cplusplus
#endif //__SLEEP_H__