Skip to content

Commit

Permalink
Fix names of enum values in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olsl21 committed Oct 25, 2023
1 parent 558afcd commit 01d2d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ All notable changes to this project will be documented in this file.
* `EventToggleInitialState`
* `LCRDCBiasTransientResponse`
* Enum values added:
* `NIDCPOWER_VAL_E_LOAD` added to enum `InstrumentMode`
* `NIDCPOWER_VAL_OUTPUT_CUTOFF_REASON_CURRENT_SATURATED`, `NIDCPOWER_VAL_OUTPUT_CUTOFF_REASON_VOLTAGE_MEASURE_HIGH` and `NIDCPOWER_VAL_OUTPUT_CUTOFF_REASON_VOLTAGE_MEASURE_LOW` added to enum `OutputCutoffReason`
* `E_LOAD` added to enum `InstrumentMode`
* `CURRENT_SATURATED`, `VOLTAGE_MEASURE_HIGH` and `VOLTAGE_MEASURE_LOW` added to enum `OutputCutoffReason`
* #### Changed
* #### Removed
* ### `nidigital` (NI-Digital Pattern Driver)
Expand Down

0 comments on commit 01d2d49

Please sign in to comment.