no-OS
app_config.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef APP_CONFIG_H_
41 #define APP_CONFIG_H_
42 
43 //#define XILINX_PLATFORM
44 //#define ALTERA_PLATFORM
45 
46 //#define DMA_EXAMPLE
47 
48 //#define IIO_SUPPORT
49 
50 #define UART_BAUDRATE 115200
51 
52 #endif /* APP_CONFIG_H_ */