Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed CHIP shell NFC commands compilation failure (#8365)
The CHIP shell command handlers API changed and methods should return CHIP_ERROR instead of int. NFC commands file was not aligned and compilation for it fails. Changed NFCHandler to return CHIP_ERROR instead of int.
- Loading branch information