mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-19 16:33:20 +08:00
修复mico-sdk错误
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user