runtime: fix drtio inject lock

This commit is contained in:
Simon Renblad 2024-09-02 17:19:20 +08:00
parent 3fdb7e80a8
commit ccd3bf3003
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ mod remote_moninj {
overrd: i8,
value: i8,
) {
let _lock = aux_mutex.lock();
let _lock = aux_mutex.async_lock().await;
drtioaux_async::send(
linkno,
&drtioaux_async::Packet::InjectionRequest {