Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #38 from Zubax/BuildDate
Browse files Browse the repository at this point in the history
Print build date over UART at boot
  • Loading branch information
ctech4285 authored Sep 28, 2016
2 parents 92bb674 + ef984a6 commit af4fe4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ __attribute__((noinline))
void init()
{
board::syslog("Boot\r\n");
board::syslog("FW built at ");
board::syslog(__DATE__);
board::syslog("\r\n");
board::resetWatchdog();

callPollAndResetWatchdog();
Expand Down

0 comments on commit af4fe4f

Please sign in to comment.