Author info header added.

This commit is contained in:
klaute 2016-09-20 19:49:58 +02:00
parent ba41ad0027
commit 9fa0cb2a47
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,7 @@
/*
* Author: klaute -Kai Lauterbach - @kailauterbach - me@klaute.de
* Date: 09/2016
* License: GPLv3
*/
#include <si5351.h>

View file

@ -290,7 +290,6 @@ def openSerialDevice(d):
global ser
# Why 115200? Because the host defines the baudrate for the USB serial connection.
try:
ser = serial.Serial(d)
except: