Skip to content
Snippets Groups Projects
Commit c222cd96 authored by jsiegle's avatar jsiegle
Browse files

Fix unused eventCode variable in EcubeThread

parent 475987d9
Branches
Tags
No related merge requests found
......@@ -356,7 +356,7 @@ bool EcubeThread::foundInputSource()
bool EcubeThread::updateBuffer()
{
unsigned long ba;
int16 eventcode = 0;
eventCode = 0;
int nchan = pDevInt->n_channel_objects;
if (pDevInt->data_format == EcubeDevInt::dfSeparateChannelsAnalog || pDevInt->data_format == EcubeDevInt::dfInterleavedChannelsAnalog)
......
......@@ -2,7 +2,7 @@
------------------------------------------------------------------
This file is part of the Open Ephys GUI
Copyright (C) 2014 Florian Franzen
Copyright (C) 2013 Florian Franzen
------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment