avr-fw-modules/core/include/hwo/stamp.h
2017-09-27 13:25:39 +02:00

9 lines
82 B
C
Executable file

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