summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c4
1 files changed, 2 insertions, 2 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..266061a 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.c
@@ -227,7 +227,7 @@ UINT32 Oct6100ToneDetectionEnableSer(
{
UINT32 ulChanIndex;
UINT32 ulExtToneChanIndex;
- UINT32 ulToneEventNumber;
+ UINT32 ulToneEventNumber = 0;
UINT32 ulResult;
@@ -582,7 +582,7 @@ UINT32 Oct6100ToneDetectionDisableSer(
{
UINT32 ulChanIndex;
UINT32 ulExtToneChanIndex;
- UINT32 ulToneEventNumber;
+ UINT32 ulToneEventNumber = 0;
UINT32 ulResult;
BOOL fDisableAll;