Skip to content

Commit

Permalink
fix: onewire.ds18b20没有清理现场
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Nov 26, 2023
1 parent 707026e commit 62eb9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/onewire/binding/luat_lib_onewire.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int l_onewire_ds18b20(lua_State *L)
}
if (crc != data[8]) {
LLOGD("crc %02X %02X", crc, data[8]);
return 0;
goto exit;
}
}

Expand Down

0 comments on commit 62eb9d2

Please sign in to comment.