Added cellular modem libs to sync script

pull/88/head
Bogdan Marinescu 2013-10-17 13:12:05 +03:00
parent 7585a23e6c
commit ce17e72891
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ OFFICIAL_CODE = (
("USBDevice", "USBDevice"),
("USBHost" , "USBHost"),
("CellularModem", "net/cellular/CellularModem"),
("CellularUSBModem", "net/cellular/CellularUSBModem"),
("UbloxUSBModem", "net/cellular/UbloxUSBModem"),
)