Skip to content

Commit 076018d

Browse files
authored
Merge pull request #14076 from gpsimenos/gp-mbed-tester
Replace macros in MbedTester to avoid conflicts
2 parents f8e5864 + e6c43bd commit 076018d

File tree

2 files changed

+100
-96
lines changed

2 files changed

+100
-96
lines changed

features/frameworks/COMPONENT_FPGA_CI_TEST_SHIELD/include/fpga_ci_test_shield/MbedTester.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class MbedTester {
7474
* map a PinName to a physical pin index.
7575
*/
7676
typedef uint8_t PhysicalIndex;
77+
const PhysicalIndex physical_nc = 0xFF;
7778

7879
/*
7980
* There are 8 logical pins connected to the peripherals inside the FPGA.

0 commit comments

Comments
 (0)