mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
More cleanly separate specific functionality into the relevant files
This commit is contained in:
+3
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user