helping kinetis

This commit is contained in:
rusefillc 2023-01-16 20:49:55 -05:00
parent dec0fbd37f
commit d9f284453b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -105,7 +105,7 @@ public class LiveDataProcessor {
// TODO: use outputNames // TODO: use outputNames
int startingPosition = javaSensorsConsumer.sensorTsPosition; int startingPosition = javaSensorsConsumer.sensorTsPosition;
log.info("Starting " + name + " at " + startingPosition); log.info("Starting " + name + " at " + startingPosition + " with [" + conditional + "]");
baseAddressCHeader.append("#define " + name.toUpperCase() + "_BASE_ADDRESS " + startingPosition + "\n"); baseAddressCHeader.append("#define " + name.toUpperCase() + "_BASE_ADDRESS " + startingPosition + "\n");