Skip to content

Commit 18fa375

Browse files
committed
Memory pool tests passing!
1 parent ad9ab24 commit 18fa375

File tree

4 files changed

+107
-122
lines changed

4 files changed

+107
-122
lines changed

RTXOff/rtxoff_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void osRtxThreadBlock (osRtxThread_t *thread);
3333
void osRtxThreadListUnlink (osRtxThread_t **thread_list, osRtxThread_t *thread);
3434
void osRtxThreadReadyPut (osRtxThread_t * thread);
3535
void *osRtxThreadListRoot (osRtxThread_t *thread);
36-
void osRtxThreadWaitExit(osRtxThread_t *thread, uint32_t ret_val, bool dispatch);
36+
void osRtxThreadWaitExit(osRtxThread_t *thread, uint64_t ret_val, bool dispatch);
3737
bool osRtxThreadWaitEnter (uint8_t state, uint32_t timeout);
3838

3939
// Mutex Library functions

0 commit comments

Comments
 (0)