Changes for clean STM32 compile with DEBUG on

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3332 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-02 22:49:59 +00:00
parent 21dc6172b5
commit 14394b5eb6
4 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
* configs/stm3210e-eval/src/up_extcontext.c
* arch/arm/src/board/up_extcontext.c
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <assert.h>
#include <debug.h>