Beta7 compile error

Status
Not open for further replies.

pixelk

Well-known member
Beta7 compile error - SOLVED

Code:
<mypath>\arduino-1.0.2-teensy3-beta7\hardware\teensy\cores\teensy3\usb_keyboard.c: In function 'usb_keyboard_press_keycode':
<mypath>\arduino-1.0.2-teensy3-beta7\hardware\teensy\cores\teensy3\usb_keyboard.c:232: error: 'keyboard_report_data' undeclared (first use in this function)
<mypath>\arduino-1.0.2-teensy3-beta7\hardware\teensy\cores\teensy3\usb_keyboard.c:232: error: (Each undeclared identifier is reported only once
<mypath>\arduino-1.0.2-teensy3-beta7\hardware\teensy\cores\teensy3\usb_keyboard.c:232: error: for each function it appears in.)

for every project I try to compile with beta7, even the blink example (I check Teensy3 is selected as target)

*** EDIT ***

Deleting usb_keyboard.c and usb_keyboard.h solved it for me
 
Last edited:
Status
Not open for further replies.
Back
Top