Skip to content

Commit

Permalink
fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
DeqingSun committed Dec 14, 2023
1 parent e623770 commit cbe7d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ uint16_t tinySpiSetupHandler() {
}
// INIT SPI BUS
P1_DIR_PU |= ((1 << 5) | (1 << 7));
SPI0_CTRL = bS0_MOSI_OE|bS0_SCK_OE; //mode 0
SPI0_CTRL = bS0_MOSI_OE | bS0_SCK_OE; // mode 0
P1_DIR_PU |= ((1 << 1));
P1_1 = 0; // Put reset pin to output low
returnLen = 0;
Expand Down

0 comments on commit cbe7d72

Please sign in to comment.