Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzamora committed Oct 4, 2024
1 parent 7d2181a commit 7e2d459
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/fipsy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ Fipsy::readFeatures() {
return result;
}

<<<<<<< HEAD
=======
void
Fipsy::erase(uint8_t y) {
spiTrans<4>({0x0E, y, 0x00, 0x00});
Expand Down Expand Up @@ -175,4 +173,3 @@ Fipsy::programFeatures(const Features& features) {
}

} // namespace fipsy
>>>>>>> sunny/develop

0 comments on commit 7e2d459

Please sign in to comment.