Remove commented code

This commit is contained in:
m0vse 2020-04-27 14:32:16 +01:00
parent 980c529107
commit b9bfc36e6f
1 changed files with 0 additions and 15 deletions

View File

@ -23,21 +23,6 @@
#include "CalFM.h" #include "CalFM.h"
/*
const struct TONE_TABLE {
uint16_t frequency;
uint16_t length;
q31_t increment;
} TONE_TABLE_DATA[] = {
{2495U, 10U, 140271371},
{2079U, 12U, 116883439},
{1633U, 15U, 91808877},
{1247U, 20U, 70107575},
{1039U, 24U, 58441775},
{956U, 26U, 53747266}};
*/
const struct TONE_TABLE { const struct TONE_TABLE {
uint16_t frequency; uint16_t frequency;
uint16_t length; uint16_t length;