Skip to content

Commit

Permalink
Fixed Swift 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed May 18, 2021
1 parent f3cdbb7 commit ff9409b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Sources/NordicDFU/DFUFirmwareType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,4 @@ public enum DFUFirmwareType: UInt8, BitMaskOption {
case softdevice = 0x01
case bootloader = 0x02
case application = 0x04

public static let allCases: Set<DFUFirmwareType> = [
.softdevice,
.bootloader,
.application
]
}

0 comments on commit ff9409b

Please sign in to comment.