We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28b81e commit 55320b8Copy full SHA for 55320b8
libraries/SPI/src/SPI.cpp
@@ -3,6 +3,8 @@
3
#include <drivers/gpio/gpio.h>
4
#include <drivers/sysclock/sysclock.h>
5
6
+#warning "SPI on the HC32F460 has not been tested yet. See https://github.com/shadow578/framework-arduino-hc32f46x/pull/29"
7
+
8
/**
9
* @brief given a integer v, round up to the next power of two
10
* @note based on https://stackoverflow.com/a/466242
libraries/SPI/src/SPI.h
@@ -14,8 +14,6 @@
14
#error "SPI library requires PWC DDL to be enabled"
15
#endif
16
17
-#warning "SPI on the HC32F460 has not been tested yet. See https://github.com/shadow578/framework-arduino-hc32f46x/pull/29"
18
-
19
20
// SPI_HAS_TRANSACTION means SPI has
21
// - beginTransaction()
0 commit comments