More cleanly separate specific functionality into the relevant files

This commit is contained in:
Allen Hill
2023-09-02 22:09:37 -04:00
parent 003c4c7f2f
commit 9581957eca
6 changed files with 33 additions and 104 deletions
+3 -2
View File
@@ -30,7 +30,6 @@
#include <avr/interrupt.h>
#include <avr/io.h>
#include "GlobalDef.h"
#include "avclandrv.h"
#include "com232.h"
@@ -59,6 +58,8 @@
uint16_t CD_ID;
uint16_t HU_ID;
uint8_t printAllFrames;
uint8_t playMode;
uint8_t cd_Track;
@@ -504,7 +505,7 @@ uint8_t AVCLAN_readframe() {
STARTEvent;
if (showLog)
if (printAllFrames)
AVCLAN_printframe(&frame);
if (for_me) {