Skip to content

Commit 51844bc

Browse files
committed
Fix warning reg may be uninitialized
1 parent a250b14 commit 51844bc

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,10 @@ This library does not currently support the spread spectrum function of the Si53
711711
Changelog
712712
---------
713713

714+
* v2.1.4
715+
716+
* Fix warning "reg may be uninitialized"
717+
714718
* v2.1.3
715719

716720
* Correct error in si5351_example.ino sketch

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Etherkit Si5351
2-
version=2.1.3
2+
version=2.1.4
33
author=Jason Milldrum <milldrum@gmail.com>
44
maintainer=Jason Milldrum <milldrum@gmail.com>
55
sentence=A full-featured library for the Si5351 series of clock generator ICs from Silicon Labs

src/si5351.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* si5351.cpp - Si5351 library for Arduino
33
*
4-
* Copyright (C) 2015 - 2016 Jason Milldrum <milldrum@gmail.com>
4+
* Copyright (C) 2015 - 2019 Jason Milldrum <milldrum@gmail.com>
55
* Dana H. Myers <k6jq@comcast.net>
66
*
77
* Some tuning algorithms derived from clk-si5351.c in the Linux kernel.

src/si5351.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* si5351.h - Si5351 library for Arduino
33
*
4-
* Copyright (C) 2015 - 2016 Jason Milldrum <milldrum@gmail.com>
4+
* Copyright (C) 2015 - 2019 Jason Milldrum <milldrum@gmail.com>
55
* Dana H. Myers <k6jq@comcast.net>
66
*
77
* Many defines derived from clk-si5351.h in the Linux kernel.

0 commit comments

Comments
 (0)