Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 14, 2024
1 parent da094d4 commit f5599a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ build status
![Microcontrollers CI](https://github.com/folkertvanheusden/iESP/actions/workflows/platformio.yaml/badge.svg)
![MacOS X CI](https://github.com/folkertvanheusden/iESP/actions/workflows/macos.yaml/badge.svg)

![CodeQL](https://github.com/folkertvanheusden/iESP/actions/workflows/codeql.yaml/badge.svg)
![Coverity](https://scan.coverity.com/projects/29725/badge.svg)


Expand Down
4 changes: 0 additions & 4 deletions scsi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ scsi::~scsi()
#endif
}

// data:
// 0: pointer
// 1: size of data
// 2: how much is allowed to be written of it by iSCSI layer
std::optional<scsi_response> scsi::send(const uint64_t lun, const uint8_t *const CDB, const size_t size, std::pair<uint8_t *, size_t> data)
{
assert(size >= 16);
Expand Down

0 comments on commit f5599a4

Please sign in to comment.