Skip to content

Commit

Permalink
fix typo (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna committed Aug 1, 2023
1 parent 9d73448 commit d44dbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RtcUtility.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ License along with Rtc. If not, see
// some platforms do not come with STL or properly defined one, specifically functional
// if you see...
// undefined reference to `std::__throw_bad_function_call()'
// ...then you can either add the platform symbol to the list so NEOPIXEBUS_NO_STL gets defined or
// ...then you can either add the platform symbol to the list so RTC_NO_STL gets defined or
// go to boards.txt and enable c++ by adding (teensy31.build.flags.libs=-lstdc++) and set to "smallest code" option in Arduino
//
#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR) || defined(STM32L432xx) || defined(STM32L476xx) || defined(ARDUINO_ARCH_SAM)
Expand Down

0 comments on commit d44dbeb

Please sign in to comment.