Skip to content

Commit 16d57a7

Browse files
formatting, again
1 parent be3c499 commit 16d57a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Inc/HALAL/Models/SPI/SPI2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ struct SPIDomain {
701701
/**
702702
* @brief Sends and receives data over SPI in blocking mode.
703703
*/
704-
template <typename T> bool transceive(T *tx_data, T *rx_data, size_t count) {
704+
template <typename T> bool transceive(T* tx_data, T* rx_data, size_t count) {
705705
size_t size = count * sizeof(T);
706706
if (size % frame_size != 0) {
707707
ErrorHandler(

0 commit comments

Comments
 (0)