From 49e6a440d22c517b7b8b039fb4264dfa59310b2d Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Sun, 5 May 2024 22:57:14 -0700 Subject: [PATCH] clang-format --- examples/posix/src/my_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/posix/src/my_platform.c b/examples/posix/src/my_platform.c index 2f0f9588..caa5599c 100644 --- a/examples/posix/src/my_platform.c +++ b/examples/posix/src/my_platform.c @@ -118,7 +118,7 @@ static uni_error_t posix_on_device_discovered(bd_addr_t addr, const char* name, // As an example, if you want to filter out keyboards, do: if (((cod & UNI_BT_COD_MINOR_MASK) & UNI_BT_COD_MINOR_KEYBOARD) == UNI_BT_COD_MINOR_KEYBOARD) { logi("Ignoring keyboard\n"); -// return UNI_ERROR_IGNORE_DEVICE; + // return UNI_ERROR_IGNORE_DEVICE; } return UNI_ERROR_SUCCESS;