universal7885: fm-aidl: impl: Fix namespace error

This commit is contained in:
roynatech2544 2022-11-10 22:43:37 +09:00
commit 82d8c4eca9

View file

@ -18,7 +18,7 @@
namespace fm_radio_slsi {
static atomic_bool kShouldRun;
static std::atomic_bool kShouldRun;
static std::thread *poll_thread = nullptr;
constexpr const char *FM_DEV_PATH = "/dev/radio0";