Private
Public Access
2
0

de-nano-soc: renamed platform to avoid ambiguity

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Mihai Tudor Panu
2017-04-06 13:38:34 -07:00
committed by Brendan Le Foll
parent ecc64da418
commit 791fe0c05a
8 changed files with 35 additions and 35 deletions

View File

@@ -33,10 +33,10 @@ extern "C" {
// 1x32 Arduino header, 1x40 GPIO_0/JP1, 1x40 GPIO_1/JP7,
// 9 LEDs (8 User + HPS_LED), 4 switches, 3 buttons (2 User + HPS_KEY)
// 10 ADC pins
#define MRAA_ALTERA_SOCFPGA_PINCOUNT 138
#define MRAA_DE_NANO_SOC_PINCOUNT 138
mraa_board_t *
mraa_altera_socfpga();
mraa_de_nano_soc();
#ifdef __cplusplus
}