test progress

This commit is contained in:
Andrey 2024-03-30 10:53:10 -04:00 committed by rusefillc
parent 01e8977689
commit 93e45ca9b9
1 changed files with 1 additions and 1 deletions

View File

@ -123,6 +123,6 @@ public class LiveDataProcessorTest {
"LDS_output_channels,\n" +
"} live_data_e;\n" +
"#define WBO_CHANNELS_BASE_ADDRESS 0\n" +
"#define OUTPUT_CHANNELS_BASE_ADDRESS 12\n", LiveDataProcessor.enumContentFileName);
"#define OUTPUT_CHANNELS_BASE_ADDRESS 24\n", LiveDataProcessor.enumContentFileName);
}
}