Skip to content

Commit

Permalink
Merge pull request PunchThrough#32 from PunchThrough/clean-up
Browse files Browse the repository at this point in the history
clean up
  • Loading branch information
karelkalthoff authored Aug 19, 2016
2 parents c741130 + 2dd9ae2 commit 42b9d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Public/PTDBean.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ typedef NS_ENUM(NSUInteger, BeanBluetoothError) {
* Update this Bean with a set of asymmetric firmware images.
*
* @param images An array of paths to firmware images for this Bean's hardware variant
* @param version An NSInteger of the parsed datestamp for the firmware images. When Bean reflects this date in its
* Hardware Version characteristic, the firmware version process is complete.
* @param version An NSString of the parsed datestamp for the firmware images. When Bean reflects this date in its
* Firmware Version characteristic, the firmware version process is complete.
*/
- (void)updateFirmwareWithImages:(NSArray *)images andTargetVersion:(NSString *)version;

Expand Down

0 comments on commit 42b9d4e

Please sign in to comment.