1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-03-10 04:44:23 +00:00

Section cutting

This commit is contained in:
kalymos
2025-02-14 11:30:25 +01:00
parent 1d46a1eb25
commit b8e80d97ba

View File

@@ -42,7 +42,7 @@
//#define LED_RUN
//------------------------------------------------------------------------------------------------
// Code section
// pointer and variable section
//------------------------------------------------------------------------------------------------
#include "MUC.h"
@@ -62,6 +62,10 @@ volatile uint16_t millisec = 0;
//Flag initializing for automatic console generation selection 0 = old, 1 = pu-22 end ++
volatile bool wfck_mode = 0;
//------------------------------------------------------------------------------------------------
// Code section
//------------------------------------------------------------------------------------------------
//Counter increment function Fuses
ISR(CTC_TIMER_VECTOR) {
microsec += 10;