From ce151290a56adeecf2bd94244b0618a7ce3fe07f Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 9 Jun 2013 21:46:36 +0200 Subject: [PATCH] Updated comment --- BTD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTD.h b/BTD.h index c314e6cd..329b2dda 100755 --- a/BTD.h +++ b/BTD.h @@ -129,7 +129,7 @@ #define WI_PROTOCOL_BT 0x01 // Bluetooth Programming Interface #define BTD_MAX_ENDPOINTS 4 -#define BTD_NUMSERVICES 4 // Max number of Bluetooth services +#define BTD_NUMSERVICES 4 // Max number of Bluetooth services - if you need more than four simply increase this number /** All Bluetooth services should include this class. */ class BluetoothService {