From 6260f872623acfe046f62a728405dbadc2a60c8c Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Dec 2009 19:30:18 +0000 Subject: 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@2337 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/sem_findnamed.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nuttx/sched/sem_findnamed.c') diff --git a/nuttx/sched/sem_findnamed.c b/nuttx/sched/sem_findnamed.c index 1c80bdf9a..3d73038b5 100644 --- a/nuttx/sched/sem_findnamed.c +++ b/nuttx/sched/sem_findnamed.c @@ -43,10 +43,6 @@ #include "sem_internal.h" -/************************************************************************ - * Compilation Switches - ************************************************************************/ - /************************************************************************ * Definitions ************************************************************************/ -- cgit v1.2.3