summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2015-08-03 20:56:35 +0200
committercpldcpu <cpldcpu@gmail.com>2015-08-03 20:56:35 +0200
commitcff515c3b39aaa3e52b004226e9b4c9a4f73a1bc (patch)
tree744be823466778bcafc9b46d67e61e346dccaa36 /firmware/main.c
parent83ac1db46955d6130e15e45d85b995d33b417692 (diff)
downloadmicronucleus-cff515c3b39aaa3e52b004226e9b4c9a4f73a1bc.tar.gz
micronucleus-cff515c3b39aaa3e52b004226e9b4c9a4f73a1bc.tar.bz2
micronucleus-cff515c3b39aaa3e52b004226e9b4c9a4f73a1bc.zip
firmware: fix win 10 issue
Diffstat (limited to 'firmware/main.c')
-rw-r--r--firmware/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/main.c b/firmware/main.c
index ddd03e3..bcfa91e 100644
--- a/firmware/main.c
+++ b/firmware/main.c
@@ -12,7 +12,7 @@
*/
#define MICRONUCLEUS_VERSION_MAJOR 2
-#define MICRONUCLEUS_VERSION_MINOR 1
+#define MICRONUCLEUS_VERSION_MINOR 2
#include <avr/io.h>
#include <avr/pgmspace.h>