changes of previous commit reverted

This commit is contained in:
Marcel 2024-05-27 11:45:36 +02:00
parent 6997f3c98f
commit 662464d34d
5 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#include "Context.h"
Context::Context(Station* stations, const int stationCount, const unsigned long delta, DFPlayerMini_Fast* dfPlayer)
Context::Context(Station* stations, const int stationCount, const unsigned long delta, DFRobotDFPlayerMini* dfPlayer)
{
this->stations = stations;
this->stationCount = stationCount;