Skip to content

Commit

Permalink
Reverted accidental whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Apr 11, 2020
1 parent 8338011 commit b48e703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion platforms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifdef __cplusplus
extern "C" {
#endif
// NOTE: Update platforms.cpp in root of FastLED library if this changes
// NOTE: Update platforms.cpp in root of FastLED library if this changes
#if defined(FASTLED_NRF52_ENABLE_PWM_INSTANCE0)
void PWM0_IRQHandler(void) { isrCount++; PWM_Arbiter<0>::isr_handler(); }
#endif
Expand All @@ -34,5 +34,7 @@

#endif // defined(NRF52_SERIES)



// FASTLED_NAMESPACE_BEGIN
// FASTLED_NAMESPACE_END
4 changes: 3 additions & 1 deletion platforms/apollo3/clockless_apollo3.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ FASTLED_NAMESPACE_BEGIN

#if defined(FASTLED_APOLLO3)

// Clockless support for the SparkFun Artemis / Ambiq Micro Apollo3 Blue
// Uses SysTick to govern the pulse timing

//*****************************************************************************
//
// Code taken from Ambiq Micro's am_hal_systick.c
Expand Down Expand Up @@ -33,7 +36,6 @@ class ClocklessController : public CPixelLEDController<RGB_ORDER> {
public:
virtual void init() {
// Initialize everything
// This is _very_ SparkFun Artemis / Ambiq Micro Apollo3 Blue specific!

// Configure DATA_PIN for FastGPIO (settings are in fastpin_apollo3.h)
FastPin<DATA_PIN>::setOutput();
Expand Down

0 comments on commit b48e703

Please sign in to comment.