aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index f6d5936..060ab5b 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -17,11 +17,9 @@
17 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20
21/** 20/**
22 * @file include/platform.h 21 * @file include/platform.h
23 * @brief plaform specifics 22 * @brief plaform specifics
24 *
25 * @author Nils Durner 23 * @author Nils Durner
26 */ 24 */
27 25
@@ -83,4 +81,6 @@
83#define ABORT() DebugBreak () 81#define ABORT() DebugBreak ()
84#endif 82#endif
85 83
84
85
86#endif 86#endif