Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Diff: VL53L0X_platform_log.h
- Revision:
- 2:d07edeaff6f1
- Parent:
- 0:a1a69d32f310
--- a/VL53L0X_platform_log.h Wed Oct 04 13:21:38 2017 +0000 +++ b/VL53L0X_platform_log.h Fri Oct 13 15:31:04 2017 +0000 @@ -100,10 +100,10 @@ #define VL53L0X_ErrLog( fmt, ...) fprintf(stderr, "VL53L0X_ErrLog %s" fmt "\n", __func__, ##__VA_ARGS__) #else /* VL53L0X_LOG_ENABLE no logging */ - #define VL53L0X_ErrLog(...) (void)0 - #define _LOG_FUNCTION_START(module, fmt, ... ) (void)0 - #define _LOG_FUNCTION_END(module, status, ... ) (void)0 - #define _LOG_FUNCTION_END_FMT(module, status, fmt, ... ) (void)0 +#define VL53L0X_ErrLog(...) (void)0 +#define _LOG_FUNCTION_START(module, fmt, ... ) (void)0 +#define _LOG_FUNCTION_END(module, status, ... ) (void)0 +#define _LOG_FUNCTION_END_FMT(module, status, fmt, ... ) (void)0 #endif /* else */ #define VL53L0X_COPYSTRING(str, ...) strcpy(str, ##__VA_ARGS__)