formatting one_wire.* codes

This commit is contained in:
Miao Wang 2021-05-21 16:47:16 +08:00
parent 78168f5b4e
commit e3b8c5fc5f
2 changed files with 4 additions and 3 deletions

View File

@ -122,3 +122,4 @@ onewire_ret_t onewire_bus_search_devices(onewire_t *ow) {
return OW_OK;
}