Skip to content
This repository has been archived by the owner on Jul 8, 2018. It is now read-only.

Commit

Permalink
Fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganm committed Jul 3, 2016
1 parent e5df88d commit 016beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FCC-code_V2/FCCV2/FCCV2/src/FC_error_codes.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define HIGH_TEMP_THRES 348000 // 75C
#define FC_HIGH_PRES_THRES 10000 //10 PSI
#define FC_LOW_PRES_THRES 2000 //2.5 PSI
#define OVER_CUR_THRES 75000 //78A
#define OVER_CUR_THRES 75000 //75A
#define UNDER_CUR_THRES 0 //only possible if sensor is disconnected if in start purge
#define OVER_VOLT_THRES 50600 //50.6V
#define LOW_VOLT_THRES 15000 //capacitors are drained too much 15V
Expand Down

0 comments on commit 016beef

Please sign in to comment.