added debugging

Fork of BLE_nRF8001 by RedBearLab

BLE_nRF8001/BLEService.cpp

Committer:
jn80842
Date:
2014-11-10
Revision:
2:7805a5595aab
Parent:
0:075ea2812998

File content as of revision 2:7805a5595aab:

#include "BLEService.h"

BLEService::BLEService(const char* uuid) :
  BLEAttribute(uuid, BLETypeService)
{
}