BaseUsbHost example program

Dependencies:   BaseUsbHost FATFileSystem mbed mbed-rtos

Revision:
3:6ae9a03a6145
Parent:
1:80205a2de336
Child:
5:495f7536897b
--- a/UsbFlashDrive/UsbFlashDrive.h	Tue Dec 11 15:28:00 2012 +0000
+++ b/UsbFlashDrive/UsbFlashDrive.h	Sun Jan 06 11:47:51 2013 +0000
@@ -1,6 +1,5 @@
-// usbFlashDrive.h 2012/12/5
-#ifndef USB_FLASH_DRIVE_H
-#define USB_FLASH_DRIVE_H
+// usbFlashDrive.h 2013/1/5
+#pragma once
 
 #include "FATFileSystem.h"
 
@@ -74,5 +73,3 @@
     uint32_t m_report_disk_status;
     uint32_t m_report_disk_sync;
 };
-
-#endif // USB_FLASH_DRIVE_H
\ No newline at end of file