Skip to content

Commit

Permalink
changed to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
samdrea committed Jul 7, 2024
1 parent 6c5dc97 commit b96ffae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DeviceAdapters/OpenFlexure/OpenFlexure.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// FILE: OpenFlexure.cpp
// PROJECT: Micro-Manager
// SUBSYSTEM: DeviceAdapters
Expand Down Expand Up @@ -341,7 +341,7 @@ int SangaBoardHub::SyncState()

// Update ramp time
cmd = "ramp_time?";
this->SendCommand(cmd, _serial_answer); // Output is something like "ramp_time 0”
this->SendCommand(cmd, _serial_answer); // Output is something like "ramp_time 0

// Get the ramp time from response
ramp_time_ = ExtractNumber(_serial_answer);
Expand Down
2 changes: 1 addition & 1 deletion DeviceAdapters/OpenFlexure/OpenFlexure.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// FILE: OpenFlexure.h
// PROJECT: Micro-Manager
// SUBSYSTEM: DeviceAdapters
Expand Down

0 comments on commit b96ffae

Please sign in to comment.