add trace

This commit is contained in:
RaSCSI User 2022-10-22 20:17:42 +01:00
parent 8dbbfde597
commit 89da050a90

View File

@ -79,6 +79,7 @@ using namespace std;
// Nothing SBC hardware specific should be done in this function
bool GPIOBUS::Init(mode_e mode)
{
LOGTRACE("%s", __PRETTY_FUNCTION__);
// Save operation mode
actmode = mode;
return true;