diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-27 22:53:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | 1ae2755dbbaa30b6240dfd304c289253a577b424 (patch) | |
| tree | 29a33f9df1a6ff5a3d0f3ef7959ec8dcda972755 | |
| parent | 04d4661dd008284aedc95b2a1f9e120cee17571b (diff) | |
Add some new channels to the enum.
| -rw-r--r-- | src/types.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index 7b2faa7c..f8a9f45e 100644 --- a/src/types.h +++ b/src/types.h @@ -90,7 +90,12 @@ enum Channel { LC = 8, RC = 9, BSL = 10, - BSR = 11 + BSR = 11, + MOTION_DATA = 12, + SYNC_SIGNAL = 13, + SIGN_LANGUAGE = 14, + UNUSED = 15, + CHANNEL_COUNT = 16 }; enum ContentKind |
