Misc changes for clean built od mikroe-stm32f4 configurations

This commit is contained in:
Gregory Nutt
2013-05-01 09:21:13 -06:00
parent bec2c3e162
commit ba52f8d3ec
9 changed files with 116 additions and 43 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* libc/stdio/lib_perror.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
/****************************************************************************