add broken ass source for now
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef INCLUDE_H
|
||||
#define INCLUDE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include "libusb-1.0.30/libusb/libusb.h"
|
||||
|
||||
#define TARGET_VID 0x3554
|
||||
#define TARGET_PID 0xf54d
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user