From 59a436038445613b6552c804601297405d736fce Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 11 Nov 2019 18:14:30 -0800 Subject: examples: gpio: Add note on which bank is being used This will print the currently-used GPIO bank's name before starting the test. --- host/examples/gpio.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/examples/gpio.cpp') diff --git a/host/examples/gpio.cpp b/host/examples/gpio.cpp index 1a6579d02..98471fc53 100644 --- a/host/examples/gpio.cpp +++ b/host/examples/gpio.cpp @@ -185,6 +185,7 @@ int UHD_SAFE_MAIN(int argc, char* argv[]) std::cout << "* " << bank << std::endl; } } + std::cout << "Using GPIO bank: " << gpio << std::endl; // print out initial unconfigured state of FP GPIO std::cout << "Initial GPIO values:" << std::endl; -- cgit v1.2.3