avr-fw-modules/core/src/f_cpu.c

6 lines
52 B
C
Raw Normal View History

2017-09-27 13:25:39 +02:00
#include <stdint.h>
uint32_t __freq_cpu = F_CPU;