2019-01-18 02:46:23 -08:00
|
|
|
#ifndef AVR2560_H
|
|
|
|
#define AVR2560_H
|
|
|
|
#if defined(CORE_AVR)
|
|
|
|
|
|
|
|
//#include "sam.h"
|
|
|
|
|
|
|
|
/*
|
|
|
|
***********************************************************************************************************
|
|
|
|
* General
|
|
|
|
*/
|
|
|
|
#define PORT_TYPE uint8_t //Size of the port variables (Eg inj1_pin_port).
|
|
|
|
|
|
|
|
#endif //CORE_AVR
|
|
|
|
#endif //AVR2560_H
|