summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2006-11-13 14:37:50 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:07:45 +0200
commit8131500eb47e819518e0752f1c7f3e03a4a24271 (patch)
treeb38c271fe8c333b78bbda868025ee87b06812055 /software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
parent87350ddeca199ccf385dd52416d715b649659724 (diff)
importing OCT612x-01.00-PR46
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c23
1 files changed, 19 insertions, 4 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
index 37b25ab..229fad5 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
@@ -23,9 +23,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR43 $
+$Octasic_Release: OCT612xAPI-01.00-PR46 $
-$Octasic_Revision: 49 $
+$Octasic_Revision: 50 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -989,8 +989,23 @@ UINT32 Oct6100ApiIsSSTone(
switch( f_ulToneEventNumber )
{
- case cOCT6100_TONE_SIN_SYSTEM7_2000:
- case cOCT6100_TONE_SIN_SYSTEM7_1780:
+ case cOCT6100_TONE_SIN_SYSTEM7_2000 :
+ case cOCT6100_TONE_SIN_SYSTEM7_1780 :
+ case cOCT6100_TONE_ROUT_G168_2100GB_ON :
+ case cOCT6100_TONE_ROUT_G168_2100GB_WSPR :
+ case cOCT6100_TONE_ROUT_G168_1100GB_ON :
+ case cOCT6100_TONE_ROUT_G168_2100GB_ON_WIDE_A :
+ case cOCT6100_TONE_ROUT_G168_2100GB_ON_WIDE_B :
+ case cOCT6100_TONE_ROUT_G168_2100GB_WSPR_WIDE :
+ case cOCT6100_TONE_SOUT_G168_2100GB_ON :
+ case cOCT6100_TONE_SOUT_G168_2100GB_WSPR :
+ case cOCT6100_TONE_SOUT_G168_1100GB_ON :
+ case cOCT6100_TONE_SOUT_G168_2100GB_ON_WIDE_A :
+ case cOCT6100_TONE_SOUT_G168_2100GB_ON_WIDE_B :
+ case cOCT6100_TONE_SOUT_G168_2100GB_WSPR_WIDE :
+ case cOCT6100_TONE_SIN_SYSTEM5_2400 :
+ case cOCT6100_TONE_SIN_SYSTEM5_2600 :
+ case cOCT6100_TONE_SIN_SYSTEM5_2400_2600 :
*f_fSSTone = TRUE;
break;
default: