libftdi1
1.3
src
ftdi_version_i.h
Go to the documentation of this file.
1
#ifndef FTDI_VERSION_INTERNAL_H
2
#define FTDI_VERSION_INTERNAL_H
3
4
#define FTDI_MAJOR_VERSION 1
5
#define FTDI_MINOR_VERSION 3
6
#define FTDI_MICRO_VERSION 0
7
8
const
char
FTDI_VERSION_STRING
[] =
"1.3"
;
9
const
char
FTDI_SNAPSHOT_VERSION
[] =
"unknown"
;
10
11
#endif
FTDI_VERSION_STRING
const char FTDI_VERSION_STRING[]
Definition:
ftdi_version_i.h:8
FTDI_SNAPSHOT_VERSION
const char FTDI_SNAPSHOT_VERSION[]
Definition:
ftdi_version_i.h:9
Generated on Tue Aug 24 2021 14:11:43 for libftdi1 by
1.8.14