Fix naming of header file

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1118 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-11-01 17:10:44 +00:00
parent 8cb93ce6ea
commit 74df6cdc38
4 changed files with 7 additions and 7 deletions
@@ -1,5 +1,5 @@
/************************************************************************************
* include/nuttx/usb_bulk.h
* include/nuttx/usb_storage.h
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -40,8 +40,8 @@
*
************************************************************************************/
#ifndef __NUTTX_USB_BULK_H
#define __NUTTX_USB_BULK_H
#ifndef __NUTTX_USB_STORAGE_H
#define __NUTTX_USB_STORAGE_H
/************************************************************************************
* Included Files
@@ -136,4 +136,4 @@ struct usbstrg_csw_s
* Public Functions
************************************************************************************/
#endif // __NUTTX_USB_BULK_H
#endif /* __NUTTX_USB_STORAGE_H */