jungfrau server: minor typo in previous ocmmit

This commit is contained in:
Dhanya Maliakal 2018-01-11 11:36:40 +01:00
parent d879379aa4
commit a87687199f

View File

@ -1148,7 +1148,7 @@ void configurePll() {
int setNetworkParameter(enum NETWORKINDEX mode, int value) {
if (mode != TXN_FRAME)
return -1;\
return -1;
if (value >= 0) {
printf("\nSetting transmission delay: %d\n", value);