Sensord: remove unused pm_mutex (#26705)

remove unused mutex
old-commit-hash: f84b1f2d9f772b1470eee99503b6dc1d0c813957
This commit is contained in:
Dean Lee
2022-12-06 05:05:41 +08:00
committed by GitHub
parent bd7c926d88
commit f54d8b9f04
-1
View File
@@ -27,7 +27,6 @@
#define I2C_BUS_IMU 1
ExitHandler do_exit;
std::mutex pm_mutex;
uint64_t init_ts = 0;
void interrupt_loop(std::vector<Sensor *>& sensors,