aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_zephyr.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2018-07-08 15:40:27 +1000
committerinmarket <andrewh@inmarket.com.au>2018-07-08 15:40:27 +1000
commit330f891081dbd755063767a25f39c517fbe5c432 (patch)
tree99b3693a0f9bcca588b4a6ea51d50f3f6e564ef4 /src/gos/gos_zephyr.h
parent1fc4180d41a77088bbb2c0ce020d5ff7ab88c16e (diff)
downloaduGFX-330f891081dbd755063767a25f39c517fbe5c432.tar.gz
uGFX-330f891081dbd755063767a25f39c517fbe5c432.tar.bz2
uGFX-330f891081dbd755063767a25f39c517fbe5c432.zip
Added type gThread to replace V2.x gfxThreadHandle
Diffstat (limited to 'src/gos/gos_zephyr.h')
-rw-r--r--src/gos/gos_zephyr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gos/gos_zephyr.h b/src/gos/gos_zephyr.h
index ce57e131..4eb5c4e0 100644
--- a/src/gos/gos_zephyr.h
+++ b/src/gos/gos_zephyr.h
@@ -41,7 +41,7 @@ typedef struct k_sem gfxSem;
typedef struct k_mutex gfxMutex;
-typedef k_tid_t gfxThreadHandle;
+typedef k_tid_t gThread;
/*===========================================================================*/
/* Function declarations. */