avr-fw-modules/core/include/hwo/stamp.h

9 lines
82 B
C
Executable File

#pragma once
extern char __PRO_STAMP;
#define STAMP ((uint16_t)&__PRO_STAMP)