Skip to content

Commit

Permalink
Merge branch 'main' into adjust_CR5_port_fpu_config
Browse files Browse the repository at this point in the history
  • Loading branch information
n9wxu authored Nov 28, 2022
2 parents d285575 + 04dfb70 commit 8e9dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#endif

#ifndef configSET_TLS_BLOCK
#define configSET_TLS_BLOCK( xTLSBlock ) _impure_ptr = &( xTLSBlock )
#define configSET_TLS_BLOCK( xTLSBlock ) ( _impure_ptr = &( xTLSBlock ) )
#endif

#ifndef configDEINIT_TLS_BLOCK
Expand Down

0 comments on commit 8e9dad5

Please sign in to comment.