bootloader/tsb/clock.hpp

5 lines
63 B
C++
Raw Normal View History

2020-04-10 08:47:54 +02:00
#pragma once
2020-04-10 10:06:11 +02:00
#define F_CPU 18'432'000
2020-04-10 08:47:54 +02:00
#include <util/delay.h>