clean includes

This commit is contained in:
2022-10-15 06:58:10 +02:00
parent 962ef3878d
commit 7a288faddb
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#include <avr/io.h>
#include <stdint.h>
#include <util/atomic.h>
#include "io-helper.h"

View File

@@ -1,7 +1,7 @@
#ifndef _IO_HELPER_
#define _IO_HELPER_
#include <avr/io.h>
#include <stdint.h>
#define LEVEL 0
#define EDGE 1