Skip to content

Commit b8284ab

Browse files
committed
2 parents 0ffda9a + 97696bf commit b8284ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

megaavr/extras/Ref_Analog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In some cases the voltage determines the maximum ADC clock speed. Call analogRef
4747
|-----------------------------------------|---------|-------------|--------|-------|
4848
| `VDD` (default) | Vcc/Vdd | - | 16 | . |
4949
| `INTERNAL0V55` | 0.55 V | - | 0 | ADC clock needs to be 100kHz to 260 kHz to get accurate results |
50-
| `INTERNAL1v1` | 1.10 V | - | 1 | . |
50+
| `INTERNAL1V1` | 1.10 V | - | 1 | . |
5151
| `INTERNAL2V5` | 2.50 V | - | 2 | . |
5252
| `INTERNAL4V3` | 4.30 V | - | 3 | . |
5353
| `INTERNAL1V5` | 1.50 V | - | 4 | . |

megaavr/libraries/Logic/src/LogicParts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// I mean, I do too, but I hated all the alternatives we tried even more.
1111
// Readable code always takes priority over formatting dogma. -Spence
1212

13-
#ifndef LOGIC_EMUMS_H
13+
#ifndef LOGIC_PARTS_H
1414
#define LOGIC_PARTS_H
1515

1616
struct Logic::CCLBlock {

0 commit comments

Comments
 (0)