From 07f3915d8f59862230380350dc243b6f94d45405 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Thu, 17 Jan 2013 10:56:37 -0500 Subject: [PATCH] Removing duplicate comment from top of KeyboardAndMouseControl example code. --- .../09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino b/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino index e5d0231a1..37e5740e1 100644 --- a/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino +++ b/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino @@ -22,8 +22,6 @@ */ -// set pin numbers for the five buttons: - // set pin numbers for the five buttons: const int upButton = 2; const int downButton = 3;