From 2e7dc52c74b6ed8f2ce49cc3790cc1b7b24cf43a Mon Sep 17 00:00:00 2001 From: Andrew Dona-Couch Date: Mon, 17 Aug 2020 01:48:15 -0400 Subject: [PATCH] Fix typo in ATtiny85 docs --- patch/attiny85.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/attiny85.yaml b/patch/attiny85.yaml index 56e02d7..e01b149 100644 --- a/patch/attiny85.yaml +++ b/patch/attiny85.yaml @@ -51,7 +51,7 @@ ADC: ADC0_ADC0_1X: [8, "Differential Inputs Positive ADC0 Negative ADC0 1x Gain"] ADC0_ADC0_20X: [9, "Differential Inputs Positive ADC0 Negative ADC0 20x Gain"] ADC0_ADC1_1X: [10, "Differential Inputs Positive ADC0 Negative ADC1 1x Gain"] - ADC0_ADC1_20X: [11, "Differential Inputs Postive ADC0 Negative ADC1 20x Gain"] + ADC0_ADC1_20X: [11, "Differential Inputs Positive ADC0 Negative ADC1 20x Gain"] ADC_VBG: [12, "Internal Reference (VBG)"] ADC_GND: [13, "0V (GND)"] TEMPSENS: [15, "Temperature sensor"] -- 2.49.0