diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-07-23 18:52:52 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-07-23 18:52:52 +0200 |
commit | ea3048ff3675ba460b1ca47798340d227fefc05e (patch) | |
tree | cb7d8b1590990a93ee56b959002f41f3b5e6e215 /include/gos | |
parent | 95b15971584cbfdad533411bcb8d8cec82e996fa (diff) | |
download | uGFX-ea3048ff3675ba460b1ca47798340d227fefc05e.tar.gz uGFX-ea3048ff3675ba460b1ca47798340d227fefc05e.tar.bz2 uGFX-ea3048ff3675ba460b1ca47798340d227fefc05e.zip |
fixed OS-X port (untested)
Diffstat (limited to 'include/gos')
-rw-r--r-- | include/gos/chibios.h | 2 | ||||
-rw-r--r-- | include/gos/osx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/gos/chibios.h b/include/gos/chibios.h index 14ba4b2e..aa98c645 100644 --- a/include/gos/chibios.h +++ b/include/gos/chibios.h @@ -6,7 +6,7 @@ */ /** - * @file include/gos/posix.h + * @file include/gos/chibios.h * @brief GOS - Operating System Support header file for ChibiOS. */ diff --git a/include/gos/osx.h b/include/gos/osx.h index a181c2c6..fde1d005 100644 --- a/include/gos/osx.h +++ b/include/gos/osx.h @@ -7,7 +7,7 @@ /** * @file include/gos/osx.h - * @brief GOS - Operating System Support header file for POSIX. + * @brief GOS - Operating System Support header file for Mac OS-X. */ #ifndef _GOS_OSX_H |