Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
amehra-ni committed Aug 14, 2024
1 parent 76c9ec7 commit f300981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated/nifpga/nifpga_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ namespace nifpga_grpc {
NiFpgaFeatureToggles::NiFpgaFeatureToggles(
const nidevice_grpc::FeatureToggles& feature_toggles)
: is_enabled(
feature_toggles.is_feature_enabled("nifpga", CodeReadiness::kRelease))
feature_toggles.is_feature_enabled("nifpga", CodeReadiness::kNextRelease))
{
}
} // namespace nifpga_grpc
Expand Down

0 comments on commit f300981

Please sign in to comment.