mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Change split 12bit variables to single uint16_t vars
This commit is contained in:
+6
-4
@@ -197,11 +197,13 @@ int main() {
|
||||
}
|
||||
|
||||
void Setup() {
|
||||
CD_ID_1 = 0x03;
|
||||
CD_ID_2 = 0x60;
|
||||
// CD_ID_1 = 0x03;
|
||||
// CD_ID_2 = 0x60;
|
||||
|
||||
HU_ID_1 = 0x01;
|
||||
HU_ID_2 = 0x90;
|
||||
// HU_ID_1 = 0x01;
|
||||
// HU_ID_2 = 0x90;
|
||||
CD_ID = 0x360;
|
||||
HU_ID = 0x190;
|
||||
|
||||
showLog = 1;
|
||||
showLog2 = 1;
|
||||
|
||||
Reference in New Issue
Block a user