Minor edit

This commit is contained in:
Kristian Sloth Lauszus 2013-01-17 00:13:09 +01:00
parent eb088895f5
commit 3acafa2634
2 changed files with 0 additions and 2 deletions

1
Wii.h
View file

@ -196,7 +196,6 @@ public:
void write0x08Value(); void write0x08Value();
void setWIIModeNumber(uint8_t* mode_number); void setWIIModeNumber(uint8_t* mode_number);
int8_t IR_state; //stores the value in l2capinbuf[12] (0x08 means IR enabled) int8_t IR_state; //stores the value in l2capinbuf[12] (0x08 means IR enabled)
int16_t IR_object_x1; // IR x position data 10 bits int16_t IR_object_x1; // IR x position data 10 bits
int16_t IR_object_y1; //IR y position data 10 bits int16_t IR_object_y1; //IR y position data 10 bits