Pudding_LWNode_Template/lib/tof/platform/inc/vl53l1_platform_user_defines.h
Yilin Sun 7c522f09db
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-07-02 23:11:04 +08:00

10 lines
261 B
C

#ifndef VL53L1_PLATFORM_USER_DEFINES_H
#define VL53L1_PLATFORM_USER_DEFINES_H
#define DISABLE_WARNINGS()
#define ENABLE_WARNINGS()
#define WARN_OVERRIDE_STATUS(__X__) trace_print(VL53L1_TRACE_LEVEL_WARNING, #__X__);
#endif // VL53L1_PLATFORM_USER_DEFINES_H