speeduino-personal/speeduino/src/boards/avr2560.h

15 lines
318 B
C
Raw Normal View History

#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