modified to get more signal info

Dependencies:   WncControllerModified

Fork of WncControllerK64F by Avnet

Revision:
32:93703ebed512
Parent:
31:d9558aefb9e0
Child:
33:0ec8be33d86d
--- a/WncControllerK64F.cpp	Mon Apr 17 23:58:40 2017 +0000
+++ b/WncControllerK64F.cpp	Wed Apr 19 15:18:48 2017 +0000
@@ -30,7 +30,7 @@
 
 using namespace WncControllerK64F_fk;
 
-WncControllerK64F::WncControllerK64F(struct WncGpioPinListK64F * pPins, BufferedSerial * wnc_uart, BufferedSerial * debug_uart)
+WncControllerK64F::WncControllerK64F(struct WncGpioPinListK64F * pPins, BufferedSerial * wnc_uart, WNCDebug * debug_uart)
 {
     m_logTimer.start(); // Start the log timer now!    
     m_pDbgUart = debug_uart;