Skip to content

Commit

Permalink
fix wrong definitinon
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Dec 17, 2023
1 parent 8bdddb8 commit f5506c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/libpthreadglue/src/osal.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define POLLING_DELAY_IN_us 100

#if F___threadInfo
#ifdef F___threadInfo
struct OsalThreadInfo __threadInfo[MAX_THREADS];
#endif

Expand Down

0 comments on commit f5506c2

Please sign in to comment.