Skip to content

Commit

Permalink
Merge pull request #153 from NordicSemiconductor/buld-tools-fix
Browse files Browse the repository at this point in the history
Missing line for successful build with Xcode 14.2
  • Loading branch information
dinesharjani authored Oct 23, 2023
2 parents 54354ef + e475067 commit 81ad163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Managers/FileSystemManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public class FileSystemManager: McuManager {
return
}
// Make sure the file data is set.
guard let fileData = fileData else {
guard let fileData = self.fileData else {
self.cancelTransfer(error: FileTransferError.invalidData)
return
}
Expand Down

0 comments on commit 81ad163

Please sign in to comment.