Flute_Hello_World/include/main.h

10 lines
178 B
C
Raw Normal View History

2021-04-11 17:27:48 +00:00
#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