zmk/app/include/zmk/workqueue.h
Xudong Zheng 9a963abfc8 refactor: use low priority workqueue for underglow and battery reporting
Blocking operations on the high priority system workqueue may result in
deadlocks, particularly when Bluetooth is in use.
2023-07-24 17:04:51 -07:00

1 line
49 B
C

struct k_work_q *zmk_workqueue_lowprio_work_q();