Skip to content

Commit

Permalink
update typo in analog input channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Lham42 committed Aug 17, 2024
1 parent c650f6a commit 7488207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/ni/analog_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ std::shared_ptr<ni::Analog> ni::AnalogReadSource::parse_channel(
if (channel_type == "ai_rtd")
return std::make_shared<RTD>(
parser, this->task_handle, channel_name);
if (channel_type == "ai_strain_gage")
if (channel_type == "ai_strain_gauge")
return std::make_shared<StrainGage>(
parser, this->task_handle, channel_name);
if (channel_type == "ai_temp_built_in")
Expand Down

0 comments on commit 7488207

Please sign in to comment.