Skip to content

Commit fde2d77

Browse files
committed
Fix ocr handles
1 parent 20e150e commit fde2d77

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

src/Plot/CompareRegisterHandle.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,44 +24,50 @@
2424
.plotContainer .OCR0A,
2525
.plotContainer .OCR1A,
2626
.plotContainer .OCR2A,
27-
.plotContainer .OCR3A {
27+
.plotContainer .OCR3A,
28+
.plotContainer .OCR4A {
2829
color: darkred;
2930
stroke: darkred;
3031
}
3132

3233
.plotContainer .OCR0B,
3334
.plotContainer .OCR1B,
3435
.plotContainer .OCR2B,
35-
.plotContainer .OCR3B {
36+
.plotContainer .OCR3B,
37+
.plotContainer .OCR4B {
3638
color: darkolivegreen;
3739
stroke: darkolivegreen;
3840
}
3941
.plotContainer .OCR0C,
4042
.plotContainer .OCR1C,
4143
.plotContainer .OCR2C,
42-
.plotContainer .OCR3C {
44+
.plotContainer .OCR3C,
45+
.plotContainer .OCR4C {
4346
color: darkslategray;
4447
stroke: darkslategray;
4548
}
4649
.plotContainer .ICR0,
4750
.plotContainer .ICR1,
4851
.plotContainer .ICR2,
49-
.plotContainer .ICR3 {
52+
.plotContainer .ICR3,
53+
.plotContainer .ICR4 {
5054
color: darkorange;
5155
stroke: darkorange;
5256
}
5357

5458
.plotContainer .DTR0L,
5559
.plotContainer .DTR1L,
5660
.plotContainer .DTR2L,
57-
.plotContainer .DTR3L {
61+
.plotContainer .DTR3L,
62+
.plotContainer .DTR4L {
5863
color: blue;
5964
stroke: blue;
6065
}
6166

6267
.plotContainer .DTR0H,
6368
.plotContainer .DTR1H,
6469
.plotContainer .DTR2H,
70+
.plotContainer .DTR3H,
6571
.plotContainer .DTR3H {
6672
color: blueviolet;
6773
stroke: blueviolet;

src/data/atmega328pb/timer3.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WGM30 CS30 - TOIE3 - TOV3 DDD7
1111

1212
//CONSTRAINTS
1313
timerNr timerBits counterMax
14-
1 16 65535
14+
3 16 65535
1515

1616
WGM3 WGM33 WGM32 WGM31 WGM30 timerMode topValue updateOcrMoment setTovMoment
1717
0 0 0 0 0 Normal 0xFFFF immediate MAX

src/data/atmega328pb/timer4.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WGM40 CS40 - TOIE4 - TOV4 DDD7
1111

1212
//CONSTRAINTS
1313
timerNr timerBits counterMax
14-
1 16 65535
14+
4 16 65535
1515

1616
WGM4 WGM43 WGM42 WGM41 WGM40 timerMode topValue updateOcrMoment setTovMoment
1717
0 0 0 0 0 Normal 0xFFFF immediate MAX

0 commit comments

Comments
 (0)