summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/dm320_osd.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-16 20:05:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-16 20:05:51 +0000
commit891f61e86fcc0a4c42f25432016762b6aafb287e (patch)
treef0447a687a6bc51494a5c24c81170ca3811b0c7f /nuttx/arch/arm/src/dm320/dm320_osd.h
parentc33cfd52449fc6c1b9211cb45618a77b544876e6 (diff)
downloadpx4-nuttx-891f61e86fcc0a4c42f25432016762b6aafb287e.tar.gz
px4-nuttx-891f61e86fcc0a4c42f25432016762b6aafb287e.tar.bz2
px4-nuttx-891f61e86fcc0a4c42f25432016762b6aafb287e.zip
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/dm320/dm320_osd.h')
-rw-r--r--nuttx/arch/arm/src/dm320/dm320_osd.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/nuttx/arch/arm/src/dm320/dm320_osd.h b/nuttx/arch/arm/src/dm320/dm320_osd.h
index a7857590d..496e49ff2 100644
--- a/nuttx/arch/arm/src/dm320/dm320_osd.h
+++ b/nuttx/arch/arm/src/dm320/dm320_osd.h
@@ -1,7 +1,7 @@
/************************************************************************************
* dm320/dm320_osd.h
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,12 +40,8 @@
* Included Files
************************************************************************************/
-#ifndef __ASSEMBLY__
-# include <sys/types.h>
-#endif
-
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* On Screen Display Register Map (OSD) *********************************************/