1
mirror of https://github.com/canokeys/canokey-nrf52.git synced 2024-09-19 17:18:39 +08:00
canokey-nrf52/include/git-rev.h.in

6 lines
145 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: Apache-2.0 */
#define STR_EXPAND(x) #x
#define STR(x) STR_EXPAND(x)
#define GIT_REV STR(GIT_REV_)
#define GIT_REV_ \