修复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

@@ -18,12 +18,12 @@
///////////////////////////////////////////////////////////////////////////////
//
#ifndef __ERRNO_H__
#define __ERRNO_H__
#define __ERRNO_H__
#ifdef __cplusplus
extern "C" {
#endif//__cplusplus
#ifdef __cplusplus
extern "C" {
#endif//__cplusplus
/*
* ---------------------------------------error code base part----------------------------------
*/
@@ -168,8 +168,8 @@ extern "C" {
#define ENOTRECOVERABLE 131 /* State not recoverable */
#define USR_ERRNO_BASE ENOTRECOVERABLE /* Start user definition errno code */
#ifdef __cplusplus
}
#endif//__cplusplus
#ifdef __cplusplus
}
#endif//__cplusplus
#endif //_ERRNO_H_