Skip to content

Commit

Permalink
Fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 27, 2019
1 parent add222c commit 6402453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onewire_uart/src/ow/ow.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
static uint8_t
send_bit(ow_t* const ow, uint8_t v) {
uint8_t b;

/*
* To send logical 1 over 1-wire, send 0xFF over UART
* To send logical 0 over 1-wire, send 0x00 over UART
Expand Down

0 comments on commit 6402453

Please sign in to comment.