Skip to content

Commit 0bfc3ff

Browse files
committed
Update core_parameters.h
1 parent 30012b1 commit 0bfc3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

megaavr/cores/megatinycore/core_parameters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// The whole purpose of this file is largely for for the purpose of being something that can be included anywhere to make sure we know what core we are
2222
// which becomes more and more important as more code is shared between the cores.
2323

24-
#define MEGATINYCORE "Unknown 2.6.9+"
24+
#define MEGATINYCORE "Unknown 2.6.11+"
2525
#else
2626
#if defined(DXCORE) || defined(ATTINYCORE)
2727
#error "This is megaTinyCore being compiled, but DXCORE and/or ATTINYCORE is defined already, something is way wrong."

0 commit comments

Comments
 (0)