diff options
author | mindchasers <privateisland@mindchasers.com> | 2021-03-02 13:06:14 -0500 |
---|---|---|
committer | mindchasers <privateisland@mindchasers.com> | 2021-03-02 13:06:14 -0500 |
commit | 6b7116690b5d5be2c0b1481e6952d1bbe28a5bce (patch) | |
tree | b971513ed1fc85ea8b3df5662901c8f3acd8e7b5 | |
parent | 1f36e77c8aea1373a21b71955fff2e34e4e1bd9f (diff) |
directives: clean up, default is now to define a GIGE shield present
-rw-r--r-- | source/directives.v | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/directives.v b/source/directives.v index 97e6458..5760c23 100644 --- a/source/directives.v +++ b/source/directives.v @@ -1,7 +1,7 @@ /* - * definitions.v + * directives.v * - * Copyright (C) 2018, 2019, 2020 Mind Chasers Inc. + * Copyright (C) 2018, 2019, 2020, 2021 Mind Chasers Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,12 +23,12 @@ //`define DEBUG_I2C //`define DEBUG_MDIO //`define DEBUG_SPI -// `define ARD_EXP_UART +//`define ARD_EXP_UART `define DARSENA_V02 //`define DARSENA_V03 // Shield Definition (PORTS 3 & 4) -`define SHIELD_SMA_SMA -//`define SHIELD_GIGE_SMA -//`define SHIELD_SFP_SMA
\ No newline at end of file +//`define SHIELD_SMA_SMA +`define SHIELD_GIGE_SMA +//`define SHIELD_SFP_SMA |