From 6b32382b4433892b2e5dcf65512c58f25be9d3e1 Mon Sep 17 00:00:00 2001 From: bnossum Date: Fri, 27 Sep 2019 17:21:02 +0200 Subject: [PATCH] Corrected comments --- README.md | 2 +- code/fm_xmit.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a64acb..67aff41 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### fm_xmit - + FM transmit "HELLO WORLD" on an iceblink40-hx1k board, without using a PLL. Total size 60 SB_LUTs. See source code for documentation. diff --git a/code/fm_xmit.v b/code/fm_xmit.v index a2fd577..3f61e21 100644 --- a/code/fm_xmit.v +++ b/code/fm_xmit.v @@ -32,7 +32,7 @@ * perhaps your tool has inserted a global buffer? * 3. Select the FM center frequency (CENTER). * 4. Compile with ICECube2, upload to board, select board main clock at - * 3.33 MHz (JP2 open). + * 0.33 MHz. * 4. Tune in your radio at approximately CENTER, and you should hear the * message in morse. */