avr-fw-modules/core/include/sys/cpu.h

8 lines
92 B
C
Raw Normal View History

2017-09-27 13:25:39 +02:00
#pragma once
#include <stdint.h>
extern uint32_t __freq_cpu;
typedef uint8_t cpustate_t;