Added define for the correct header when using LSP

This commit is contained in:
Jake Goodwin 2025-02-17 18:33:51 -08:00
parent 28a5c50b23
commit d85616604f
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
#ifndef MAIN_H
#define MAIN_H
#ifndef __AVR_ATtiny13A__
#define __AVR_ATtiny13A__
#endif
#include <avr/io.h>