diff --git a/applications/git.c b/applications/git.c index 15d8e13..ee5b807 100644 --- a/applications/git.c +++ b/applications/git.c @@ -82,7 +82,7 @@ int get_git_state() char buffer[1024]; while (fgets(buffer, sizeof(buffer), fp) != NULL) { - + printf("%s\n", buffer); if (strstr(buffer, "modified:") != NULL) { return 'M'; diff --git a/applications/gitrev_RTT.exe b/applications/gitrev_RTT.exe index e4cea4d..c94ea7a 100644 Binary files a/applications/gitrev_RTT.exe and b/applications/gitrev_RTT.exe differ diff --git a/applications/revision.h b/applications/revision.h index e75864a..57ff404 100644 Binary files a/applications/revision.h and b/applications/revision.h differ