diff options
Diffstat (limited to 'testhal/LPC11xx/IRQ_STORM')
-rw-r--r-- | testhal/LPC11xx/IRQ_STORM/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testhal/LPC11xx/IRQ_STORM/main.c b/testhal/LPC11xx/IRQ_STORM/main.c index 7ced998ff..8d7858833 100644 --- a/testhal/LPC11xx/IRQ_STORM/main.c +++ b/testhal/LPC11xx/IRQ_STORM/main.c @@ -245,6 +245,10 @@ int main(void) { print("*** Core Variant: ");
println(CH_CORE_VARIANT_NAME);
#endif
+#ifdef CH_PORT_INFO
+ print("*** Port Info: ");
+ println(CH_PORT_INFO);
+#endif
#ifdef PLATFORM_NAME
print("*** Platform: ");
println(PLATFORM_NAME);
|