summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp/driver/counter.cc
blob: 62ac778c724152d7362d28d861492e238c5c91cb (plain)
1
2
3
4
5
6
7
#include "driver/counter.h"

#if defined(TIMER_CYCLES)
#warn "timer_cycles and counter are mutually exclusive. Expect odd behaviour."
#endif

Counter counter;