generated from TDD-Templates/cmake_cpputest_template_avr
removed error line, causes issues with LSP.
This commit is contained in:
parent
d3d69ca180
commit
b103fe2b97
|
@ -1,5 +1,4 @@
|
|||
#ifndef F_CPU
|
||||
#error "F_CPU not defined: defaulting to 9.6MHz"
|
||||
#define F_CPU 1200000UL
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue