Skip to content

Commit 9dfaf1c

Browse files
committed
Update APP77.CPP
1 parent 4064070 commit 9dfaf1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

APP77.CPP

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,12 @@ void main( )
9292
{
9393
clrscr();
9494
SMARTS.externalFunctions(timerInterruptHandler, scheduler, myTaskEnd, roundRobin);
95+
9596
//SMARTS.declareTask(a,'A', 51, 3, 30);
9697
//SMARTS.declareTask(b,'B', 50, 2, 20);
9798
//SMARTS.declareTask(c,'C', 49, 1, 10);
99+
100+
//Atomic section test
98101
SMARTS.declareTask(a3, 'c', 102, 2, 3);
99102
SMARTS.declareTask(a1, 'a', 100, 2, 1);
100103
SMARTS.declareTask(a2, 'b', 101, 2, 2);

0 commit comments

Comments
 (0)