Skip to content

Commit 3b665dd

Browse files
committed
Use named namespace & improvements
1 parent 7a81783 commit 3b665dd

File tree

2 files changed

+93
-90
lines changed

2 files changed

+93
-90
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)