summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-31 07:26:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-31 07:26:39 +0000
commit45349acfdab751f08dad9f59a23f4610554aec64 (patch)
tree9b77fe7b2f5d2a365743119ab6242013474b4123
parent0de3b76a018a1674a80c4ed8a8b59ac2cdfdeaee (diff)
parentacbd87754cb932eef21f660feaa88aa612e0699e (diff)
downloadcontexthub-45349acfdab751f08dad9f59a23f4610554aec64.tar.gz
release-request-fd631211-effa-4885-9314-559fcbd0a094-for-git_oc-mr1-release-4308825 snap-temp-L52700000098265170
Change-Id: If5266454316b863dc8e73e07c1e6d64a684e4d05
-rw-r--r--firmware/os/drivers/rohm_rpr0521/rohm_rpr0521.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/os/drivers/rohm_rpr0521/rohm_rpr0521.c b/firmware/os/drivers/rohm_rpr0521/rohm_rpr0521.c
index 3fb6ee89..edb8fb2b 100644
--- a/firmware/os/drivers/rohm_rpr0521/rohm_rpr0521.c
+++ b/firmware/os/drivers/rohm_rpr0521/rohm_rpr0521.c
@@ -139,6 +139,10 @@ enum {
#define ROHM_RPR0521_MAX_PENDING_I2C_REQUESTS 4
#define ROHM_RPR0521_MAX_I2C_TRANSFER_SIZE 16
+#define VERBOSE_PRINT(fmt, ...) do { \
+ osLog(LOG_VERBOSE, "[Rohm RPR-0521] " fmt, ##__VA_ARGS__); \
+ } while (0);
+
#define INFO_PRINT(fmt, ...) do { \
osLog(LOG_INFO, "[Rohm RPR-0521] " fmt, ##__VA_ARGS__); \
} while (0);