mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-22 22:29:57 +00:00
sensors CAPI change
Signed-off-by: maan4 <maan4@huawei.com>
This commit is contained in:
parent
1d6cf7403e
commit
1e41924be4
@ -34,7 +34,11 @@
|
||||
#ifndef VIBRATOR_TYPE_H
|
||||
#define VIBRATOR_TYPE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <cstdint>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -34,7 +34,11 @@
|
||||
#ifndef OH_SENSOR_TYPE_H
|
||||
#define OH_SENSOR_TYPE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <cstdint>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user