bootloader/stk500v2/clock.hpp

5 lines
61 B
C++
Raw Normal View History

#pragma once
#define F_CPU 16000000
#include <util/delay.h>