Prep for C++ port

This commit is contained in:
Allen Hill
2026-06-23 18:29:49 -07:00
parent 12ddd3d3c0
commit 77ff4652fd
14 changed files with 84 additions and 43 deletions
+1 -4
View File
@@ -7,8 +7,7 @@
// (phy / frame / protocol / cdchanger). This is a leaf header: it must not
// include any other project header.
#ifndef AVCLAN_DEFS_H
#define AVCLAN_DEFS_H
#pragma once
#include <stdint.h>
@@ -157,5 +156,3 @@ typedef enum : uint8_t {
sBUSY,
sMUTED,
} avclan_senderr_t;
#endif // AVCLAN_DEFS_H