Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc committed Feb 26, 2021
1 parent db01029 commit 5f57d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace Boards
virtual void OnAVRCycle(){};

// For boards that can handle extra chunks in the hex (language)
virtual void OnExtraHexChunk(gsl::span<uint8_t> chunk){};
virtual void OnExtraHexChunk(gsl::span<uint8_t> /*chunk*/){};

void OnKeyPress(const Key& key) override;

Expand Down

0 comments on commit 5f57d12

Please sign in to comment.