Skip to content

Commit e171e0d

Browse files
committed
Fixed documentation mismatch that generated warning
1 parent 5356456 commit e171e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOSDFULibrary/Classes/Implementation/Firmware/DFUFirmware.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ import Foundation
231231
Creates the DFU Firmware object from a HEX data. Setting the DAT file with an Init packet is optional,
232232
but may be required by the bootloader (SDK 7.0.0+).
233233

234-
- parameter binFile: Content of the HEX file containing new firmware
234+
- parameter hexFile: Content of the HEX file containing new firmware
235235
- parameter datFile: An optional DAT file data with the Init packet
236236
- parameter type: The type of the firmware
237237

0 commit comments

Comments
 (0)