From 494ca2fb2f922366921c3deea0c2b03432c9b867 Mon Sep 17 00:00:00 2001 From: roman Date: Thu, 16 Nov 2023 02:13:47 +0300 Subject: [PATCH] Minor changes. --- defines.h | 7 +++++-- hwdefs.h | 7 +++++-- piodco/piodco.c | 7 +++++-- piodco/piodco.h | 6 ++++-- test.c | 7 +++++-- 5 files changed, 24 insertions(+), 10 deletions(-) diff --git a/defines.h b/defines.h index 21976c5..6b2bf5f 100644 --- a/defines.h +++ b/defines.h @@ -18,8 +18,11 @@ // // REVISION HISTORY // -// Rev 0.1 05 Nov 2023 -// Initial release. +// Rev 0.1 05 Nov 2023 Initial release +// Rev 0.2 18 Nov 2023 +// +// PROJECT PAGE +// https://github.com/RPiks/pico-hf-oscillator // // LICENCE // MIT License (http://www.opensource.org/licenses/mit-license.php) diff --git a/hwdefs.h b/hwdefs.h index 63d95fc..56758e2 100644 --- a/hwdefs.h +++ b/hwdefs.h @@ -18,8 +18,11 @@ // // REVISION HISTORY // -// Rev 0.1 28 Oct 2023 -// Initial release. +// Rev 0.1 05 Nov 2023 Initial release +// Rev 0.2 18 Nov 2023 +// +// PROJECT PAGE +// https://github.com/RPiks/pico-hf-oscillator // // LICENCE // MIT License (http://www.opensource.org/licenses/mit-license.php) diff --git a/piodco/piodco.c b/piodco/piodco.c index 8718f7c..57f22d4 100644 --- a/piodco/piodco.c +++ b/piodco/piodco.c @@ -33,8 +33,11 @@ // // REVISION HISTORY // -// Rev 0.1 05 Nov 2023 -// Initial release. +// Rev 0.1 05 Nov 2023 Initial release +// Rev 0.2 18 Nov 2023 +// +// PROJECT PAGE +// https://github.com/RPiks/pico-hf-oscillator // // LICENCE // MIT License (http://www.opensource.org/licenses/mit-license.php) diff --git a/piodco/piodco.h b/piodco/piodco.h index 8b4866d..550520e 100644 --- a/piodco/piodco.h +++ b/piodco/piodco.h @@ -33,9 +33,11 @@ // // REVISION HISTORY // -// Rev 0.1 05 Nov 2023 +// Rev 0.1 05 Nov 2023 Initial release // Rev 0.2 18 Nov 2023 -// Initial release. +// +// PROJECT PAGE +// https://github.com/RPiks/pico-hf-oscillator // // LICENCE // MIT License (http://www.opensource.org/licenses/mit-license.php) diff --git a/test.c b/test.c index 49bbfa0..da7e485 100644 --- a/test.c +++ b/test.c @@ -37,8 +37,11 @@ // // REVISION HISTORY // -// Rev 0.1 05 Nov 2023 -// Initial release. +// Rev 0.1 05 Nov 2023 Initial release +// Rev 0.2 18 Nov 2023 +// +// PROJECT PAGE +// https://github.com/RPiks/pico-hf-oscillator // // LICENCE // MIT License (http://www.opensource.org/licenses/mit-license.php)