diff --git a/Sources/NordicDFU/DataConvertible.swift b/Sources/NordicDFU/DataConvertible.swift index 049de35..adf90fb 100644 --- a/Sources/NordicDFU/DataConvertible.swift +++ b/Sources/NordicDFU/DataConvertible.swift @@ -62,9 +62,7 @@ extension UInt64: UnsafeDataConvertible { } internal protocol DataContainer: RandomAccessCollection where Self.Index == Int { subscript(index: Int) -> UInt8 { get } - - subscript(range: Range) -> Slice { get } - + mutating func append(_ newElement: UInt8) mutating func append(_ pointer: UnsafePointer, count: Int)