changed ptme uio on te0720

This commit is contained in:
Jakob Meier
2021-11-17 11:27:29 +01:00
parent f75e7b2002
commit 9e9a19ebb0
4 changed files with 4 additions and 3 deletions

View File

@ -438,7 +438,7 @@ void PdecHandler::getClcw() {
#if OBSW_DEBUG_PDEC_HANDLER == 1
uint32_t clcw = *(registerBaseAddress + PDEC_CLCW_OFFSET);
if (debugDivider == 5) {
if (debugDivider == 10) {
printClcw(clcw);
debugDivider = 0;
return;