Updated builds for ports/atmega168 (IAR) and for ports/bdk-atxx4-mstp (AVR Studio)

This commit is contained in:
skarg
2010-10-07 15:56:35 +00:00
parent b54218939e
commit 8d2560225d
4 changed files with 107 additions and 61 deletions
+2
View File
@@ -43,7 +43,9 @@
#include <inavr.h>
#include <ioavr.h>
/* BitValue is used alot in GCC examples */
#ifndef _BV
#define _BV(bit_num) (1 << (bit_num))
#endif
/* inline function */
static inline void _delay_us(