obsw/bsp_z7/hardware/interface_fds.h

7 lines
99 B
C

#pragma once
enum InterfaceFileDescriptors {
UART_0 = 3,
UART_1,
INTERFACE_FDS_NEXT
};