summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/atmega128io.h
blob: a6044c4ab9090bf48c03f52569f212c6125f793d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ATMEGA128IO_H
#define _ATMEGA128IO_H

#include <avr/io.h>
#include <avr/interrupt.h>

namespace hardware
{

};

#endif