Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
7:205ef63d311a
Parent:
6:ef758ac3c928
Child:
8:d5d055be2bb8
--- a/io/MySerial.h	Fri Apr 17 20:55:25 2015 +0000
+++ b/io/MySerial.h	Fri Apr 17 22:12:43 2015 +0000
@@ -36,7 +36,8 @@
         ErrIrq,
         RxtoIrq,
         CtsIrq,
-        NctsIrq
+        NctsIrq,
+        NUM_IRQ_TYPES
     };
 
     /** Set the baud rate of the serial port
@@ -115,7 +116,7 @@
     int _base_putc( int c );
 
     serial_t        _my_serial;
-    FunctionPointer _my_irq[sizeof(IrqType)];
+    FunctionPointer _my_irq[NUM_IRQ_TYPES];
     int             _my_baud;
 };