Skip to content

Commit

Permalink
Merge pull request #69 from etherkit/v2.1.4
Browse files Browse the repository at this point in the history
Fix warning reg may be uninitialized
  • Loading branch information
NT7S committed May 20, 2019
2 parents a250b14 + 51844bc commit a998974
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -711,6 +711,10 @@ This library does not currently support the spread spectrum function of the Si53
Changelog
---------

* v2.1.4

* Fix warning "reg may be uninitialized"

* v2.1.3

* Correct error in si5351_example.ino sketch
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=Etherkit Si5351
version=2.1.3
version=2.1.4
author=Jason Milldrum <milldrum@gmail.com>
maintainer=Jason Milldrum <milldrum@gmail.com>
sentence=A full-featured library for the Si5351 series of clock generator ICs from Silicon Labs
Expand Down
2 changes: 1 addition & 1 deletion src/si5351.cpp
@@ -1,7 +1,7 @@
/*
* si5351.cpp - Si5351 library for Arduino
*
* Copyright (C) 2015 - 2016 Jason Milldrum <milldrum@gmail.com>
* Copyright (C) 2015 - 2019 Jason Milldrum <milldrum@gmail.com>
* Dana H. Myers <k6jq@comcast.net>
*
* Some tuning algorithms derived from clk-si5351.c in the Linux kernel.
Expand Down
2 changes: 1 addition & 1 deletion src/si5351.h
@@ -1,7 +1,7 @@
/*
* si5351.h - Si5351 library for Arduino
*
* Copyright (C) 2015 - 2016 Jason Milldrum <milldrum@gmail.com>
* Copyright (C) 2015 - 2019 Jason Milldrum <milldrum@gmail.com>
* Dana H. Myers <k6jq@comcast.net>
*
* Many defines derived from clk-si5351.h in the Linux kernel.
Expand Down

0 comments on commit a998974

Please sign in to comment.