Author info header added.
This commit is contained in:
parent
ba41ad0027
commit
9fa0cb2a47
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
/*
|
/*
|
||||||
|
* Author: klaute -Kai Lauterbach - @kailauterbach - me@klaute.de
|
||||||
|
* Date: 09/2016
|
||||||
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <si5351.h>
|
#include <si5351.h>
|
||||||
|
|
|
@ -290,7 +290,6 @@ def openSerialDevice(d):
|
||||||
|
|
||||||
global ser
|
global ser
|
||||||
|
|
||||||
# Why 115200? Because the host defines the baudrate for the USB serial connection.
|
|
||||||
try:
|
try:
|
||||||
ser = serial.Serial(d)
|
ser = serial.Serial(d)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue