1
0
forked from fsfw/fsfw

pool raw acces printout

This commit is contained in:
2020-04-30 21:37:02 +02:00
parent 431709a3ec
commit 03333c2af0
2 changed files with 9 additions and 8 deletions

View File

@ -62,7 +62,7 @@ public:
}
void setEnd() {
this->next = NULL;
this->next = nullptr;
}
LinkedElement* begin() {