t

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos

Fork of DMSupport by Embedded Artists

Revision:
9:a33326afd686
Parent:
3:2fa7755f2cef
Child:
19:2efb6f5f69a4
diff -r e60eb67dfc08 -r a33326afd686 Memory/SPIFI.cpp
--- a/Memory/SPIFI.cpp	Thu Dec 11 11:50:29 2014 +0000
+++ b/Memory/SPIFI.cpp	Thu Dec 11 18:23:07 2014 +0000
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2013 Embedded Artists AB
+ *  Copyright 2014 Embedded Artists AB
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -255,5 +255,3 @@
   int rc = _spifi->spifi_erase(_romData, &opers);
   return translateError(rc);
 }
-
-