diff options
Diffstat (limited to 'src/gos/raw32.h')
-rw-r--r-- | src/gos/raw32.h | 6 |
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 */ - |