Skip to content
Snippets Groups Projects
Verified Commit cf594e68 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update pte_osThreadHandle type

parent 91f0dd6e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ extern "C" { ...@@ -8,7 +8,7 @@ extern "C" {
#include <sys/types.h> #include <sys/types.h>
// XXX // XXX
typedef unsigned long pte_osThreadHandle; typedef pid_t pte_osThreadHandle;
typedef unsigned long pte_osSemaphoreHandle; typedef unsigned long pte_osSemaphoreHandle;
typedef int32_t* pte_osMutexHandle; typedef int32_t* pte_osMutexHandle;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment