mirror of https://github.com/ARMmbed/mbed-os.git
Fixed case for FATFileSystem
parent
024a68e792
commit
fee50a80ff
|
@ -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"),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue