mirror of
https://github.com/kalymos/PsNee.git
synced 2026-03-10 04:44:23 +00:00
Section cutting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user