summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/manifest.c
blob: 025a72241672a17879b22e64761c2613bf7217fc (plain)
1
2
3
4
5
6
7
#include "manifest.h"

const char *manifest_application = APPLICATION;
const char *manifest_revision = GIT_REVISION;
const char *manifest_board = BOARD;
const char *manifest_environment = ENVIRONMENT;