Skip to content

Commit

Permalink
interface doxygen comment upd
Browse files Browse the repository at this point in the history
  • Loading branch information
FT9R committed Mar 27, 2024
1 parent 704c6e4 commit 7ea20a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/STM32F401CDU6/w25qxx_Interface/w25qxx_Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void w25qxx_SPI1_CS3_Set(w25qxx_CS_State_t newState);
* @param ms: specifies the delay time length, in milliseconds
* @note In the default implementation, timer with 1kHz freq is the source of time base.
* It is used to generate interrupts at regular time intervals where uwTick is incremented.
* volatile uint32_t uwTick has to be declared with user source file
* `volatile uint32_t uwTick` has to be declared with user source file
*/
void w25qxx_Delay(uint32_t ms);

Expand Down

0 comments on commit 7ea20a1

Please sign in to comment.