Skip to content

Commit

Permalink
[fix][wifi6] replace inline with static inline
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisue committed Jun 15, 2023
1 parent b7045ea commit 9653359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/wireless/wifi6/bl6_os_adapter/src/rtos_al.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ uint8_t *ucHeap = (uint8_t *)__heap_bottom;
****************************************************************************************
*/

inline TickType_t rtos_timeout_2_tickcount(int timeout_ms)
static inline TickType_t rtos_timeout_2_tickcount(int timeout_ms)
{
if (timeout_ms < 0)
{
Expand Down

0 comments on commit 9653359

Please sign in to comment.