mirror of
https://github.com/EnhancedRadioDevices/DDS
synced 2023-10-28 07:08:12 +00:00
Merge pull request #5 from per1234/remove-redundant-default-argument
Remove default argument from function definition
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user