mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Add C++ Bus class for the physical layer interface
This commit is contained in:
+2
-1
@@ -71,7 +71,8 @@ int main() {
|
||||
|
||||
const AVCLAN_frame_t *lastStatus = nullptr;
|
||||
|
||||
avclan::Peripheral cd_changer(0x360);
|
||||
avclan::Bus phy;
|
||||
avclan::Peripheral cd_changer(phy, 0x360);
|
||||
using Error = avclan::Peripheral::Error;
|
||||
|
||||
Setup();
|
||||
|
||||
Reference in New Issue
Block a user