Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Oct 18, 2024
1 parent 1fa2fb2 commit b3bf7fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions digital-inputs/firmware/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#include "can.h"
#include "terminal_util.h"

#define VERSION 20241018

BaseSequentialStream *chp = (BaseSequentialStream *)&EFI_CONSOLE_USB_DEVICE;

OutputMode outputMode;
Expand Down Expand Up @@ -141,6 +143,7 @@ static void ConsoleThread(void*) {

executionCounter++;

chprintf(chp, " *********************************************** version=%d\r\n", VERSION);
if (isAllGood) {
setGreenText();
totalGood++;
Expand Down

0 comments on commit b3bf7fa

Please sign in to comment.