Merge pull request #5 from per1234/remove-redundant-default-argument
Remove default argument from function definition
This commit is contained in:
commit
bcd6d7e6b3
|
@ -45,7 +45,7 @@ void DDS::stop() {
|
|||
TCCR2B = 0;
|
||||
}
|
||||
|
||||
void DDS::startPhaseAccumulator(bool use_only_timer_2 = false){
|
||||
void DDS::startPhaseAccumulator(bool use_only_timer_2){
|
||||
timer2only = use_only_timer_2;
|
||||
|
||||
if(timer2only){
|
||||
|
|
Loading…
Reference in New Issue