Adder Technology Test Department / Mbed 2 deprecated infinity_hotkeys

Dependencies:   mbed C12832 USBDevice

Dependents:   mbed_alif4000_hotkeys_3chan_001

Revision:
2:9bf087cff7f4
Parent:
1:0e50909db8ee
Child:
3:e2f13978838c
--- a/main.cpp	Fri Feb 23 11:48:08 2018 +0000
+++ b/main.cpp	Mon Feb 26 11:24:54 2018 +0000
@@ -14,7 +14,7 @@
 
 // To change LED colour at channel switching
 BusOut leds(p23, p24, p25);
-BusOut myleds(LED1, LED2, LED3, LED4);
+BusOut myleds(LED1, LED2, LED3, LED4, LED5, LED6);
 
 // keyboard interface to emulate keyboard and send keys with modifiers
 USBKeyboard keyboard;