From b3825605bab2631a701fffffbe1919ab848397b0 Mon Sep 17 00:00:00 2001 From: "Spence Konde (aka Dr. Azzy)" Date: Thu, 5 Dec 2024 02:41:08 -0500 Subject: [PATCH] Fix #1168 how did these compile failures not get caught by authomatic testing? --- megaavr/cores/megatinycore/core_devices.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/megaavr/cores/megatinycore/core_devices.h b/megaavr/cores/megatinycore/core_devices.h index b6cbe88e..ac742f7f 100644 --- a/megaavr/cores/megatinycore/core_devices.h +++ b/megaavr/cores/megatinycore/core_devices.h @@ -731,7 +731,9 @@ int8_t _setPrescale(int8_t prescale) { */ // #define BACKWARD_COMBATIBILITY_MODE -/* Outside of Backwards COMBATability mode - where our normal measures to paper over microchip's frequent renamings, +/* Outside of Backwards COMBATability mode - where our normal measures to paper over microchip's frequent renamings and some of the in-name-only +differences between part families are disabled (so as to force you to comply strictly with their headers, whereas we try to support every name that +has once worked for the same thing as meaning that thing */ #if !defined(BACKWARD_COMBATIBILITY_MODE) // We default to seeking compatibility. for COMBATability you would uncomment that #define, and that turns all these off.