OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
atmega2560.h
Go to the documentation of this file.
1
5#pragma once
6#if !defined(OSCR_AVR_GENERIC_H_)
7# define OSCR_AVR_GENERIC_H_
8
9# include "arch/avr/syslibinc.h"
10
11# if defined(OSCR_ARCH_AVR)
12# include "arch/avr/atmega2560/pins.h"
13# endif /* OSCR_ARCH_AVR */
14
15#endif /* OSCR_AVR_GENERIC_H_ */