Skip to content

Commit 57403ca

Browse files
committed
update naming
1 parent 4877f1a commit 57403ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShimmerBLE/ShimmerBLEAPI/Devices/VerisenseBLEDevice.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ void HandleCommonResponse()
536536
case 0x39: // read event log
537537
var logEventsData = new LogEventsPayload();
538538
var logEventsResult = logEventsData.ProcessPayload(ResponseBuffer);
539-
createSensorLogFile(false);
539+
CreateSensorLogFile(false);
540540
SaveVlogFileToDB();
541541
if (logEventsResult)
542542
{
@@ -1626,7 +1626,7 @@ protected virtual void createBinFile(bool crcError)
16261626
}
16271627
}
16281628

1629-
protected virtual void createSensorLogFile(bool crcError)
1629+
protected virtual void CreateSensorLogFile(bool crcError)
16301630
{
16311631
try
16321632
{

0 commit comments

Comments
 (0)