Skip to content

Commit

Permalink
Apps2 deshabilitado
Browse files Browse the repository at this point in the history
  • Loading branch information
93Urbano committed Oct 13, 2022
1 parent 61e0959 commit 2123963
Show file tree
Hide file tree
Showing 95 changed files with 887,887 additions and 30,674 deletions.
3 changes: 2 additions & 1 deletion ETC.X/ETC.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@ void APPSAnalysis (void)

ucAPPS1Perc = ETCPercentCalc(uiAPPS1, uiAPPS1min, uiAPPS1max);
ucAPPS2Perc = ETCPercentCalc(uiAPPS2, uiAPPS2min, uiAPPS2max);
ucAPPS = ( ( ucAPPS1Perc + ucAPPS2Perc ) / 2 );
//ucAPPS = ( ( ucAPPS1Perc + ucAPPS2Perc ) / 2 );
ucAPPS = ucAPPS1Perc;
Nop();
}

Expand Down
6 changes: 3 additions & 3 deletions ETC.X/PARAMETERS.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ extern "C" {
//PARAMETROS CONSTANTES
#define TPSMARGEN 50
#define APPSMARGEN 100
#define APPS1max 1990 //0.001v
#define APPS2max 160 //0.001v
#define APPS1max 2670 //0.001v
#define APPS2max 4600 //0.001v
#define TPSRulesPercent 30
#define APPSRulesPercent 30
#define ActiveRules 1
#define ActiveRules 0
#define DesembragueTime_ms 500

extern signed long sl_K;
Expand Down
Loading

0 comments on commit 2123963

Please sign in to comment.