X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/11bb2f21720c2af4b29732ca128963869e5c512c..dc42c5eb6b663b0b117b5660ba5818186744efd5:/Demos/OTG/TestApp/TestApp.h diff --git a/Demos/OTG/TestApp/TestApp.h b/Demos/OTG/TestApp/TestApp.h index d5ce8dd3a..7ae5663d9 100644 --- a/Demos/OTG/TestApp/TestApp.h +++ b/Demos/OTG/TestApp/TestApp.h @@ -45,18 +45,17 @@ #include // Library Version Information #include // USB Functionality #include // Simple scheduler for task management - #include // Auto-defragmenting Dynamic Memory allocation #include // ANSI Terminal Escape Codes #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