updates FreeRTOS.h to handle new usages of task notify (#64)

diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h
index 530a237..05cda7d 100644
--- a/include/FreeRTOS.h
+++ b/include/FreeRTOS.h
@@ -637,7 +637,7 @@
 #endif

 

 #ifndef traceTASK_NOTIFY_TAKE

-	#define traceTASK_NOTIFY_TAKE()

+	#define traceTASK_NOTIFY_TAKE( uxIndexToWait )

 #endif

 

 #ifndef traceTASK_NOTIFY_WAIT_BLOCK

@@ -645,7 +645,7 @@
 #endif

 

 #ifndef traceTASK_NOTIFY_WAIT

-	#define traceTASK_NOTIFY_WAIT()

+	#define traceTASK_NOTIFY_WAIT( uxIndexToWait )

 #endif

 

 #ifndef traceTASK_NOTIFY