diff include/PRU.h @ 288:771a0920c626 prerelease

merge
author Giulio Moro <giuliomoro@yahoo.it>
date Wed, 18 May 2016 01:50:01 +0100
parents c55c6f6c233c
children e4392164b458
line wrap: on
line diff
--- a/include/PRU.h	Wed May 18 01:46:32 2016 +0100
+++ b/include/PRU.h	Wed May 18 01:50:01 2016 +0100
@@ -36,7 +36,8 @@
 
 	// Initialise and open the PRU
 	int initialise(int pru_num, int frames_per_buffer,
-				   int spi_channels, bool xenomai_test_pin = false);
+				   int spi_channels, int mux_channels = 0, 
+				   bool xenomai_test_pin = false);
 
 	// Run the code image in pru_rtaudio_bin.h
 	int start(char * const filename);