Skip to content

Commit

Permalink
adding assert.h to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1510 committed Mar 19, 2021
1 parent 246858d commit 6cc865b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ DHT_Unified dht(DHTPIN, DHTTYPE);

uint32_t delayMS;

#include "assert.h
//Like alway the library has to be included
#include "LedController.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ DHT_Unified dht(DHTPIN, DHTTYPE);

uint32_t delayMS;

#include "assert.h
//Wie immer die Bibliothek einbinden
#include "LedController.hpp"
Expand Down

0 comments on commit 6cc865b

Please sign in to comment.