mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 10:39:51 +02:00
Fix gcc 10.2 error messages.
This commit is contained in:
+3
-3
@@ -9,13 +9,13 @@
|
||||
/*!
|
||||
* \brief define type of communication
|
||||
*/
|
||||
enum {
|
||||
enum communication_type {
|
||||
MODE_ANLOGICCABLE = 0, /*! JTAG probe from Anlogic */
|
||||
MODE_FTDI_BITBANG = 1, /*! used with ft232RL/ft231x */
|
||||
MODE_FTDI_SERIAL = 2, /*! ft2232, ft232H */
|
||||
MODE_DIRTYJTAG = 3, /*! JTAG probe firmware for STM32F1 */
|
||||
MODE_USBBLASTER = 4 /*! JTAG probe firmware for USBBLASTER */
|
||||
} communication_type_t;
|
||||
MODE_USBBLASTER = 4, /*! JTAG probe firmware for USBBLASTER */
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
int type;
|
||||
|
||||
Reference in New Issue
Block a user