Flute_Hello_World/include/main.h

10 lines
178 B
C

#ifndef __MAIN_H
#define __MAIN_H
#include "flute_system.h"
#include "soc_peripherals.h"
extern xilinx_uartlite_handle_t soc_uart;
extern xilinx_gpio_handle_t soc_gpio;
#endif