generated from TDD-Templates/cmake_cpputest_template_avr
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
b103fe2b97 |
|
@ -1,5 +1,4 @@
|
||||||
#ifndef F_CPU
|
#ifndef F_CPU
|
||||||
#error "F_CPU not defined: defaulting to 9.6MHz"
|
|
||||||
#define F_CPU 1200000UL
|
#define F_CPU 1200000UL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue