Changes to get PX4 config to build. Also some warning removal

This commit is contained in:
Gregory Nutt
2014-01-14 13:30:22 -06:00
parent af14026800
commit 10d4657d15
6 changed files with 23 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
/****************************************************************************
* apps/nshlib/nsh_init.c
*
* Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
* Copyright (C) 2007-2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,8 @@
#include <nuttx/config.h>
#include <apps/nsh.h>
#include "nsh.h"
/****************************************************************************