No change from original version.

Dependencies:   FATFileSystem

Dependents:   SDFile_Logger

Fork of SDFileSystem by Neil Thiessen

Revision:
18:2286a4e7fa31
Parent:
17:a47f74caa04e
Child:
20:2c1e8d442f68
--- a/SDFileSystem.h	Wed Jul 08 16:45:12 2015 +0000
+++ b/SDFileSystem.h	Thu Aug 27 21:50:40 2015 +0000
@@ -1,5 +1,5 @@
 /* SD/MMC File System Library
- * Copyright (c) 2014 Neil Thiessen
+ * Copyright (c) 2015 Neil Thiessen
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@
 
 #include "mbed.h"
 #include "FATFileSystem.h"
-#include <stdint.h>
 
 /** SDFileSystem class.
  *  Used for creating a virtual file system for accessing SD/MMC cards via SPI.