diff src/cs/drivers/drv_core/armio/armio.c @ 187:d05fb947b50d

src/cs: sync with Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Feb 2020 20:23:30 +0000
parents 2a9935250c95
children ba3693cbd40e
line wrap: on
line diff
--- a/src/cs/drivers/drv_core/armio/armio.c	Sat Feb 15 20:12:32 2020 +0000
+++ b/src/cs/drivers/drv_core/armio/armio.c	Sat Feb 15 20:23:30 2020 +0000
@@ -286,7 +286,7 @@
     #ifndef CONFIG_TARGET_LEONARDO	/* GPIO 2 is an input on Leonardo! */
       AI_ConfigBitAsOutput(2);
     #endif
-    #ifdef CONFIG_TARGET_GTAMODEM
+    #ifdef CONFIG_GPIO3_OUTPUT
       AI_ConfigBitAsOutput(3);
     #endif
     #if defined(CONFIG_TARGET_GTAMODEM) || defined(CONFIG_TARGET_FCFAM)
@@ -301,7 +301,7 @@
       AI_ConfigBitAsOutput(8);
     #endif
     AI_ConfigBitAsOutput(9);
-    #ifdef CONFIG_TARGET_GTAMODEM
+    #ifdef CONFIG_MCSI_UNUSED
       AI_ConfigBitAsOutput(10);
       AI_ConfigBitAsOutput(11);
       AI_ConfigBitAsOutput(12);