Skip to content

Commit c3efad8

Browse files
MPAE-16773: updates
1 parent d708df2 commit c3efad8

File tree

5 files changed

+1
-87
lines changed

5 files changed

+1
-87
lines changed

.citd/Jenkinsfilek8s

Lines changed: 0 additions & 60 deletions
This file was deleted.

.citd/cloudprovider.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

NCO-Fixed-Duty-Cycle-Demo/NCO-Fixed-Duty-Cycle-Demo-MCC.X/mcc_generated_files/timer/src/tcf0.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,6 @@ void TCF0_CompareSet(uint32_t value)
444444
{
445445
TCF0.CMP = value;
446446
}
447-
TCF0_WaitWhile_CTRLD_IsBusy();
448-
TCF0.CTRLD = TCF_CMD_RESTART_gc;
449-
TCF0_WaitWhile_CTRLD_IsBusy();
450-
TCF0.CTRLD = TCF_CMD_UPDATE_gc;
451447
}
452448
}
453449

NCO-Fixed-Duty-Cycle-Demo/NCO-Fixed-Duty-Cycle-Demo-MCC.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<targetDevice>AVR16EB32</targetDevice>
317317
<targetHeader></targetHeader>
318318
<targetPluginBoard></targetPluginBoard>
319-
<platformTool>noID</platformTool>
319+
<platformTool>nEdbgTool</platformTool>
320320
<languageToolchain>XC8</languageToolchain>
321321
<languageToolchainVersion>2.45</languageToolchainVersion>
322322
<platform>3</platform>

NCO-Pulse-Length-Demo/NCO-Pulse-Length-Demo-MCC.X/mcc_generated_files/timer/src/tcf0.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,6 @@ void TCF0_CompareSet(uint32_t value)
444444
{
445445
TCF0.CMP = value;
446446
}
447-
TCF0_WaitWhile_CTRLD_IsBusy();
448-
TCF0.CTRLD = TCF_CMD_RESTART_gc;
449-
TCF0_WaitWhile_CTRLD_IsBusy();
450-
TCF0.CTRLD = TCF_CMD_UPDATE_gc;
451447
}
452448
}
453449

0 commit comments

Comments
 (0)