Revision 270
Added by markw almost 11 years ago
hid.h | ||
---|---|---|
#ifndef HID_H
|
||
#define HID_H
|
||
|
||
#include <stdbool.h>
|
||
#include <inttypes.h>
|
||
//#include <stdbool.h>
|
||
//#include <inttypes.h>
|
||
#include <common/integer.h>
|
||
#include "hidparser.h"
|
||
|
||
#define HID_LED_NUM_LOCK 0x01
|
Also available in: Unified diff
Fixes to make this build into ZPU firmware