diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-04-19 19:01:23 -0600 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2023-05-05 22:02:59 -0600 |
| commit | 94151097b9abadf35c55ea06a31925c9848f4c62 (patch) | |
| tree | 28a00c878f90492ffd2bb95521c2cc3990cc4323 /src/core/frontend/applets/cabinet.cpp | |
| parent | 5e16fe4579e10cf21af9fada603d8d585f683caf (diff) | |
service: nfc: Merge device interfaces and create the device manager
Diffstat (limited to 'src/core/frontend/applets/cabinet.cpp')
| -rw-r--r-- | src/core/frontend/applets/cabinet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/applets/cabinet.cpp b/src/core/frontend/applets/cabinet.cpp index 2d501eeae..c33ce248b 100644 --- a/src/core/frontend/applets/cabinet.cpp +++ b/src/core/frontend/applets/cabinet.cpp @@ -14,7 +14,7 @@ void DefaultCabinetApplet::Close() const {} void DefaultCabinetApplet::ShowCabinetApplet( const CabinetCallback& callback, const CabinetParameters& parameters, - std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const { + std::shared_ptr<Service::NFC::NfcDevice> nfp_device) const { LOG_WARNING(Service_AM, "(STUBBED) called"); callback(false, {}); } |
