summaryrefslogtreecommitdiffhomepage
path: root/source/definitions.v
diff options
context:
space:
mode:
authormindchasers <privateisland@mindchasers.com>2019-07-08 19:29:28 -0400
committermindchasers <privateisland@mindchasers.com>2019-07-08 19:29:28 -0400
commitc1db8fde8fb480ce9936cc58d7859fa998bce4e4 (patch)
tree37be6ebf307bd2f6a27acf2192388af95e81b66f /source/definitions.v
parent6232c0fffea5df4b381736e6fb956719b047cfcf (diff)
top: fix typo for debug defines: DEBUG_I2C
Diffstat (limited to 'source/definitions.v')
-rw-r--r--source/definitions.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/definitions.v b/source/definitions.v
index e612262..ad600ff 100644
--- a/source/definitions.v
+++ b/source/definitions.v
@@ -19,10 +19,10 @@
*
*/
-// Debug Options
-//`define DEBUG_I2C
+// Debug Options (only enable at most one at a time)
+`define DEBUG_I2C
//`define DEBUG_MDIO
-`define DEBUG_SPI
+//`define DEBUG_SPI
// V02 boards can route UART to FT2232H
`define ARD_EXP_UART