Flesh out the proto config stuff some more.

This commit is contained in:
David Given
2021-05-10 22:38:04 +02:00
parent 74cb332706
commit a8f1469d36
5 changed files with 92 additions and 25 deletions

View File

@@ -1,6 +1,8 @@
syntax = "proto2";
message IBM {
message IBMInput {}
message IBMOutput {
enum FmMfm {
USE_MFM = 0;
USE_FM = 1;