bl_iot_sdk/components/stage/blsync_ble/inc/pro_config.h
2020-10-26 20:35:25 +08:00

16 lines
227 B
C

#ifndef __PRO_CONFIG_H
#define __PRO_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
#define PRO_CONFIG_TIMEOUT (10000)
#define PRO_CONFIG_BUF_SIZE (256)
#ifdef __cplusplus
}
#endif
#endif /* __PRO_CONFIG_H */