diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-12-01 16:01:54 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-12-01 16:01:54 +0100 |
commit | 1236bcee420da713e373a4a6b8cec279749c3d74 (patch) | |
tree | a35c578a6b5666d96bb3733ee868028ddd1acd88 /.idea | |
parent | 57773ad5f7b6eb5e6a2020dd1bd4264bdd823808 (diff) | |
download | libnitrokey-1236bcee420da713e373a4a6b8cec279749c3d74.tar.gz libnitrokey-1236bcee420da713e373a4a6b8cec279749c3d74.tar.bz2 |
Connect with serialconnect_with_serial
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/vcs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..efdb874 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,7 @@ <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/hidapi" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/unittest/Catch" vcs="Git" /> </component> </project>
\ No newline at end of file |