Improved handling of current working directory (CWD).

This commit is contained in:
Terje Io
2026-03-11 18:03:29 +01:00
parent ee077d8730
commit 38cc54d74e
8 changed files with 215 additions and 123 deletions

View File

@@ -264,7 +264,7 @@ static bool modbus_send_rtu (modbus_message_t *msg, const modbus_callbacks_t *ca
while(spin_lock);
if(block) {
if((block &= !sys.blocking_event)) {
if(is_blocking)
return false;