OSDN Git Service

SIO_PORTIDで1以外を選択した時にコンパイルできない問題を修正しました。
authorshintamainjp <shintamainjp@users.sourceforge.jp>
Fri, 25 Feb 2011 00:52:32 +0000 (00:52 +0000)
committershintamainjp <shintamainjp@users.sourceforge.jp>
Fri, 25 Feb 2011 00:52:32 +0000 (00:52 +0000)
asp/pdic/uart/uart.h

index d0c77e8..2ad46e3 100644 (file)
 #if (SIO_PORTID == 1)
 #define INHNO_SIO              INHNO_UART0
 #define INTNO_SIO              INHNO_UART0
-#elif (SIO_PORID == 2)
+#elif (SIO_PORTID == 2)
 #define INHNO_SIO              INHNO_UART1
 #define INTNO_SIO              INHNO_UART1
-#elif (SIO_PORID == 3)
+#elif (SIO_PORTID == 3)
 #define INHNO_SIO              INHNO_UART2
 #define INTNO_SIO              INHNO_UART2
-#elif (SIO_PORID == 4)
+#elif (SIO_PORTID == 4)
 #define INHNO_SIO              INHNO_UART3
 #define INTNO_SIO              INHNO_UART3
 #endif