Browse Source

GS: Change to comment in maincpp.cpp

MIX\GarthS 3 years ago
parent
commit
81a3a91676
1 changed files with 0 additions and 3 deletions
  1. 0 3
      APP/maincpp.cpp

+ 0 - 3
APP/maincpp.cpp

@@ -42,9 +42,6 @@ void maincpp()
 			pwm1freqnew = val;
 			pwm1freqnew = val;
 			pwm2freq = pwm2freqnew;
 			pwm2freq = pwm2freqnew;
 
 
-//			val =  (map(pwm1freq, 1, 10000, 10000, 1))-1;
-//			htim17.Instance->PSC = pwm2freq;
-//			htim17.Instance->ARR = pwm2freq;
 
 
 		}
 		}
 	}
 	}