aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/raw32.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
commita49b095b945756f1c32d9cfe3795a0d86151d6aa (patch)
tree196887f805723d842253bbaf729500187c03b1e4 /src/gos/raw32.h
parent2364f2133330dc0e6702e453b47dcfbd3c44d9cc (diff)
parente5b8e351f5050da7f99fe6fb7882edfc778799f2 (diff)
downloaduGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.gz
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.bz2
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.zip
Merge branch 'master' into gwin
Diffstat (limited to 'src/gos/raw32.h')
-rw-r--r--src/gos/raw32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gos/raw32.h b/src/gos/raw32.h
index 9a4beb7f..6eb5f26e 100644
--- a/src/gos/raw32.h
+++ b/src/gos/raw32.h
@@ -6,11 +6,6 @@
*/
/**
- * @file src/gos/raw32.h
- * @brief GOS - Operating System Support header file for any 32 bit processor in bare-metal mode
- */
-
-/**
* The raw32 GOS implementation supports any 32 bit processor with or without an
* underlying operating system. It uses cooperative multi-tasking. Be careful
* when writing device drivers not to disturb the assumptions this creates by performing
@@ -123,4 +118,3 @@ extern "C" {
#endif /* GFX_USE_OS_RAW32 */
#endif /* _GOS_RAW32_H */
-