Skip to content

Commit

Permalink
Update spidisplay.h (#711)
Browse files Browse the repository at this point in the history
Corrected double typing in the comments
  • Loading branch information
olivierflying747-8 authored Dec 7, 2024
1 parent 556c15d commit 4d596ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/spidisplay.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef DISPLAY_SPIDISPLAY_H
#define DISPLAY_SPIDISPLAY_H

// Unfortunately, including SPI.h uses 3k even if if it's never actually used on Proffieboards.
// Unfortunately, including SPI.h uses 3k even if it's never actually used on Proffieboards.
#include <SPI.h>

constexpr uint8_t encode_sleep_time(int millis) {
Expand Down

0 comments on commit 4d596ca

Please sign in to comment.