Skip to content

Commit

Permalink
Update bsp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Mar 20, 2022
1 parent f61d893 commit 920112a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/dpp_bsp-esp32/bsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#include <Arduino.h>
#include "esp_freertos_hooks.h"

#ifndef LED_BUILTIN //If current ESP32 board does not define LED_BUILTIN
static constexpr unsigned LED_BUILTIN=13U;
#endif

using namespace QP;

//............................................................................
Expand Down

0 comments on commit 920112a

Please sign in to comment.