no-OS
app_config.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef APP_CONFIG_H_
35 #define APP_CONFIG_H_
36 
37 //#define XILINX_PLATFORM
38 //#define ALTERA_PLATFORM
39 
40 //#define DMA_EXAMPLE
41 
42 //#define IIO_SUPPORT
43 
44 #define UART_BAUDRATE 115200
45 
46 #endif /* APP_CONFIG_H_ */