Skip to content

Commit 544cd6e

Browse files
0xc0170maciejbocianski
authored andcommitted
QSPI: fix doxy hal documentation
1 parent fa44ba1 commit 544cd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hal/qspi_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ qspi_status_t qspi_write(qspi_t *obj, const qspi_command_t *command, const void
160160
* @param obj QSPI object
161161
* @param command QSPI command
162162
* @param tx_data TX buffer
163-
* @param tx_length TX buffer length in bytes
163+
* @param tx_size TX buffer length in bytes
164164
* @param rx_data RX buffer
165-
* @param rx_length RX buffer length in bytes
165+
* @param rx_size RX buffer length in bytes
166166
* @return QSPI_STATUS_OK if the data has been succesfully sent
167167
QSPI_STATUS_INVALID_PARAMETER if invalid parameter found
168168
QSPI_STATUS_ERROR otherwise

0 commit comments

Comments
 (0)