aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/include/wirish/HardwareSPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/include/wirish/HardwareSPI.h')
-rw-r--r--wirish/include/wirish/HardwareSPI.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wirish/include/wirish/HardwareSPI.h b/wirish/include/wirish/HardwareSPI.h
index a1a4a73..4b61b58 100644
--- a/wirish/include/wirish/HardwareSPI.h
+++ b/wirish/include/wirish/HardwareSPI.h
@@ -57,11 +57,6 @@ typedef enum SPIFrequency {
#define MAX_SPI_FREQS 8
-#if CYCLES_PER_MICROSECOND != 72
-/* TODO [0.2.0?] something smarter than this */
-#warning "Unexpected clock speed; SPI frequency calculation will be incorrect"
-#endif
-
/**
* @brief Wirish SPI interface.
*