Fixed case for FATFileSystem

pull/469/head
Bogdan Marinescu 2014-08-28 13:14:38 +01:00
parent 024a68e792
commit fee50a80ff
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ OFFICIAL_CODE = (
("UbloxUSBModem", "net/cellular/UbloxUSBModem"),
("UbloxModemHTTPClientTest", ["tests/net/cellular/http/common", "tests/net/cellular/http/ubloxusb"]),
("UbloxModemSMSTest", ["tests/net/cellular/sms/common", "tests/net/cellular/sms/ubloxusb"]),
("FatFileSystem", "fs/fat", "mbed-official"),
("FATFileSystem", "fs/fat", "mbed-official"),
)