修复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,24 +1,24 @@
///////////////////////////////////////////////////////////////////////////////
// Mountain View Silicon Tech. Inc.
// Copyright 2012, Mountain View Silicon Tech. Inc., Shanghai, China
// All rights reserved.
// Filename: key_event_convert.h
///////////////////////////////////////////////////////////////////////////////
#ifndef __KEY_H__
#define __KEY_H__
#ifdef __cplusplus
extern "C" {
#endif//__cplusplus
void KeyInit(void);
void KeyScan(void);
#ifdef __cplusplus
}
#endif//__cplusplus
#endif
///////////////////////////////////////////////////////////////////////////////
// Mountain View Silicon Tech. Inc.
// Copyright 2012, Mountain View Silicon Tech. Inc., Shanghai, China
// All rights reserved.
// Filename: key_event_convert.h
///////////////////////////////////////////////////////////////////////////////
#ifndef __KEY_H__
#define __KEY_H__
#ifdef __cplusplus
extern "C" {
#endif//__cplusplus
void KeyInit(void);
void KeyScan(void);
#ifdef __cplusplus
}
#endif//__cplusplus
#endif