volatile timer_counter

pull/200/head
alanbjohnston 3 years ago committed by GitHub
parent 270e28cff6
commit 7eaff4c603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -375,7 +375,7 @@ bool timer0_on = false;
bool timer2_on = false;
int timer0_number = NULL;
int timer2_number = NULL;
int timer_counter;
volatile int timer_counter;
char callsign[20];
int morse_timing = 60; // ms for a dit

Loading…
Cancel
Save

Powered by TurnKey Linux.