added debugging

Fork of BLE_nRF8001 by RedBearLab

BLE_nRF8001/BLEService.cpp

Committer:
RedBearLab
Date:
2014-10-17
Revision:
0:075ea2812998

File content as of revision 0:075ea2812998:

#include "BLEService.h"

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