Vendor_ReadHID-> UserReadHID inline with other function naming

This commit is contained in:
Ross Owen
2013-05-15 12:46:56 +01:00
parent 3f91e8aecc
commit 9d324bf3d0
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
#include "xud.h"
#include "usb.h"
#ifdef HID_CONTROLS
#include "vendor_hid.h"
#include "user_hid.h"
#endif
#define MAX(x,y) ((x)>(y) ? (x) : (y))