Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Achim Morschhauser
GeomagLogger
Commits
889c03fb
Commit
889c03fb
authored
Oct 26, 2018
by
Achim Morschhauser
Browse files
Virtual driver removed from Makefile
parent
0b26e80b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
889c03fb
...
...
@@ -19,7 +19,7 @@ CCFLAGS=-g -lrt -std=c++11 -pthread
EXCL
=
driver_serial_emulate.o
# Uncomment to use virtual serial port. Run 'make clean all' afterwards
EXCL
=
driver_serial.o
#
EXCL=driver_serial.o
.SECONDARY
:
...
...
usr/OBSDAQ_Logger.cpp
View file @
889c03fb
...
...
@@ -56,7 +56,7 @@ int main() {
// Initialize new GSM device
driver_obs_obsdaq
obsdaq
=
driver_obs_obsdaq
(
"/dev/ttyUSB0"
,
&
pipe
,
&
cal
,
576
00
,
1
);
&
cal
,
192
00
,
1
);
// Get some data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment