diff options
| author | Tero Kontkanen <tero.k@granitedevices.fi> | 2016-12-29 18:36:22 +0200 |
|---|---|---|
| committer | Tero Kontkanen <tero.k@granitedevices.fi> | 2016-12-29 18:49:47 +0200 |
| commit | 6ce53fb1222a91d3e709e4a604a44a8ca33bc00c (patch) | |
| tree | a6d28e08fb9595c4158a83a91e41fb1dea0a02a0 /SimpleMotionV2.pri | |
| parent | 1f976e7371a1da4d2b7d3e33587f6c03c33c9eed (diff) | |
| download | SimpleMotionV2-6ce53fb1222a91d3e709e4a604a44a8ca33bc00c.tar.gz SimpleMotionV2-6ce53fb1222a91d3e709e4a604a44a8ca33bc00c.zip | |
Replaced RS232 library by customized code, not tested yet (win or linux)
Diffstat (limited to 'SimpleMotionV2.pri')
| -rw-r--r-- | SimpleMotionV2.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SimpleMotionV2.pri b/SimpleMotionV2.pri index 0885991..29dc8e7 100644 --- a/SimpleMotionV2.pri +++ b/SimpleMotionV2.pri @@ -5,8 +5,8 @@ DEPENDPATH += $$PWD DEFINES += SIMPLEMOTIONV2_LIBRARY
-SOURCES += $$PWD/sm_consts.c $$PWD/simplemotion.c $$PWD/busdevice.c $$PWD/rs232.c
+SOURCES += $$PWD/sm_consts.c $$PWD/simplemotion.c $$PWD/busdevice.c $$PWD/pcserialport.c
HEADERS += $$PWD/simplemotion_private.h\
- $$PWD/rs232.h $$PWD/busdevice.h $$PWD/simplemotion.h $$PWD/sm485.h $$PWD/simplemotion_defs.h
+ $$PWD/pcserialport.h $$PWD/busdevice.h $$PWD/simplemotion.h $$PWD/sm485.h $$PWD/simplemotion_defs.h
|
