Skip to content

Commit

Permalink
update inlining and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt McKee committed May 18, 2016
1 parent 38c60c5 commit 4af35e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/CurieBleSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/*
Implementation of DfRobotBleSerial is contained in the DfRobotBleSerial.h
Implementation of CurieBleSerial is contained in the CurieBleSerial.h
header file. The main implementation of BleSerial is in BleSerial .h/.cpp
All new specific BleImplementations should follow the same pattern for
implementing BleSerial. Such an implementation is only necessary for ease
Expand Down
3 changes: 2 additions & 1 deletion source/CurieBleSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ public ref class CurieBleSerial sealed : public IStream
//baud rate and serial configuration are unnecessary for BLE connections as we are not using asyncronous TTL
begin(NULL, SerialConfig::NONE);
}


inline
virtual
void
begin(
Expand Down

0 comments on commit 4af35e3

Please sign in to comment.