fixed defs and to compile for atmega32 also - has no TCNT3

This commit is contained in:
joxe 2007-12-11 17:21:14 +00:00
parent 486ea95b4f
commit f997ec6231
3 changed files with 24 additions and 3 deletions

View file

@ -26,12 +26,16 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)$Id: avrdef.h,v 1.1 2007/08/16 13:20:09 bg- Exp $
* @(#)$Id: avrdef.h,v 1.2 2007/12/11 17:21:14 joxe Exp $
*/
#ifndef AVRDEF_H
#define AVRDEF_H
/* SREG is defined in this file */
#include <avr/io.h>
#include <avr/interrupt.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#else