Home
last modified time | relevance | path

Searched refs:BUILD_ASSERT_MSG (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dcommon.h158 #ifndef BUILD_ASSERT_MSG
159 #define BUILD_ASSERT_MSG(EXPR, MSG) __DEPRECATED_MACRO BUILD_ASSERT(EXPR, MSG) macro
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h196 #ifndef BUILD_ASSERT_MSG
198 #define BUILD_ASSERT_MSG(EXPR, MSG) BUILD_ASSERT(EXPR) macro

Completed in 4 milliseconds