Skip to content

Commit

Permalink
Fix include of re_thread.h in re_tmr.h to fix issues when cross compi…
Browse files Browse the repository at this point in the history
…ling with a different sysroot
  • Loading branch information
Niels Avonds committed Jul 14, 2023
1 parent bc549f5 commit 460b212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/re_tmr.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/


#include <re_thread.h>
#include "re_thread.h"

/**
* Defines the timeout handler
Expand Down

0 comments on commit 460b212

Please sign in to comment.