From 6b7116690b5d5be2c0b1481e6952d1bbe28a5bce Mon Sep 17 00:00:00 2001 From: mindchasers Date: Tue, 2 Mar 2021 13:06:14 -0500 Subject: directives: clean up, default is now to define a GIGE shield present --- source/directives.v | 12 ++++++------ 1 file 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 -- cgit v1.2.3-8-gadcc