Added example project and workspace for IAR for AVR compiler, and fixed compiler errors and warnings after doing such a deed.

This commit is contained in:
skarg
2010-09-07 16:18:55 +00:00
parent e2314f0f5e
commit 21426e12f7
16 changed files with 2359 additions and 34 deletions
@@ -30,6 +30,8 @@
/* baud rate */
static uint32_t Baud_Rate = 9600;
/* forward prototype */
ISR(USART1_RX_vect);
/* buffer for storing received bytes - size must be power of two */
static uint8_t Receive_Buffer_Data[128];