Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed May 6, 2024
1 parent 6f00eb9 commit 49e6a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/posix/src/my_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 49e6a44

Please sign in to comment.