Skip to content

Commit

Permalink
OVP disable pause changed from 5 ms to 1 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 20, 2020
1 parent ec2f6ff commit 12ad359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/dcpX05/channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define CONF_ADC_CONVERSION_MAX_TIME_MS 10

#define CONF_FALLING_EDGE_OVP_PERCENTAGE 2.0f
#define CONF_FALLING_EDGE_OVP_DELAY_MS 5
#define CONF_FALLING_EDGE_OVP_DELAY_MS 1
#define CONF_OVP_SW_OVP_AT_START_DURATION_MS 5
#define CONF_OVP_SW_OVP_AT_START_U_SET_THRESHOLD 1.2f
#define CONF_OVP_SW_OVP_AT_START_U_PROTECTION_LEVEL 1.55f
Expand Down

0 comments on commit 12ad359

Please sign in to comment.