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

9 lines
82 B
C
Raw Normal View History

2017-09-27 13:25:39 +02:00
#pragma once
extern char __PRO_STAMP;
#define STAMP ((uint16_t)&__PRO_STAMP)