mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 03:34:53 +08:00
[style] whitespace and configs
This commit is contained in:
parent
1a70b09bb1
commit
e438077cba
@ -13,7 +13,12 @@
|
||||
[
|
||||
"-I/usr/include",
|
||||
"-I/usr/local/include",
|
||||
"-I${folder:${project_path:serial.sublime-project}}/include"
|
||||
"-I${folder:${project_path:serial.sublime-project}}/include",
|
||||
"-I/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1",
|
||||
"-I/usr/local/include",
|
||||
"-I/Library/Developer/CommandLineTools/usr/bin/../lib/clang/6.1.0/include",
|
||||
"-I/Library/Developer/CommandLineTools/usr/include",
|
||||
"-I/usr/include"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -324,7 +324,7 @@ serial::list_ports()
|
||||
device_entry.port = device;
|
||||
device_entry.description = friendly_name;
|
||||
device_entry.hardware_id = hardware_id;
|
||||
|
||||
|
||||
results.push_back( device_entry );
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user