generated from TDD-Templates/cmake_cpputest_template_avr
Added define for the correct header when using LSP
This commit is contained in:
parent
28a5c50b23
commit
d85616604f
|
@ -10,6 +10,10 @@
|
||||||
#ifndef MAIN_H
|
#ifndef MAIN_H
|
||||||
#define MAIN_H
|
#define MAIN_H
|
||||||
|
|
||||||
|
#ifndef __AVR_ATtiny13A__
|
||||||
|
#define __AVR_ATtiny13A__
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue