Skip to content

Commit ce17e72

Browse files
committed
Added cellular modem libs to sync script
1 parent 7585a23 commit ce17e72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workspace_tools/synch.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858

5959
("USBDevice", "USBDevice"),
6060
("USBHost" , "USBHost"),
61+
62+
("CellularModem", "net/cellular/CellularModem"),
63+
("CellularUSBModem", "net/cellular/CellularUSBModem"),
64+
("UbloxUSBModem", "net/cellular/UbloxUSBModem"),
6165
)
6266

6367

0 commit comments

Comments
 (0)