X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..526e398986583e2fb65c0a36a2fbf2ce153446e5:/Demos/OTG/TestApp/TestApp.h?ds=inline diff --git a/Demos/OTG/TestApp/TestApp.h b/Demos/OTG/TestApp/TestApp.h index cb262397d..de4d52612 100644 --- a/Demos/OTG/TestApp/TestApp.h +++ b/Demos/OTG/TestApp/TestApp.h @@ -46,18 +46,17 @@ #include // USB Functionality #include // Simple scheduler for task management #include // Auto-defragmenting Dynamic Memory allocation - #include // PROGMEM tags readable by the ButtLoad project #include // ANSI Terminal Escape Codes - #include // ADC driver - #include // USART Stream driver + #include // ADC driver + #include // USART Stream driver #include // Joystick driver #include // LED driver - #include // Hardware Button driver + #include // Board Buttons driver #include // Temperature sensor driver /* Task Definitions: */ TASK(TestApp_CheckJoystick); - TASK(TestApp_CheckHWB); + TASK(TestApp_CheckButton); TASK(TestApp_CheckTemp); #endif