Skip to content

Commit

Permalink
Fix #1168
Browse files Browse the repository at this point in the history
how did these compile failures not get caught by authomatic testing?
  • Loading branch information
SpenceKonde committed Dec 5, 2024
1 parent f0e5976 commit b382560
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion megaavr/cores/megatinycore/core_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b382560

Please sign in to comment.