mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: fm-aidl: impl: Fix namespace error
This commit is contained in:
parent
c0ffdb634c
commit
82d8c4eca9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
namespace fm_radio_slsi {
|
namespace fm_radio_slsi {
|
||||||
|
|
||||||
static atomic_bool kShouldRun;
|
static std::atomic_bool kShouldRun;
|
||||||
static std::thread *poll_thread = nullptr;
|
static std::thread *poll_thread = nullptr;
|
||||||
|
|
||||||
constexpr const char *FM_DEV_PATH = "/dev/radio0";
|
constexpr const char *FM_DEV_PATH = "/dev/radio0";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue