Explorar el Código

Update pte_osThreadHandle type

Jeremy Soller hace 6 años
padre
commit
cf594e6867
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pte_osal.h

+ 1 - 1
pte_osal.h

@@ -8,7 +8,7 @@ extern "C" {
 #include <sys/types.h>
 
 // XXX
-typedef unsigned long pte_osThreadHandle;
+typedef pid_t pte_osThreadHandle;
 typedef unsigned long pte_osSemaphoreHandle;
 typedef int32_t* pte_osMutexHandle;