Skip to content

Commit

Permalink
Merge pull request #659 from robertlipe/patch-3
Browse files Browse the repository at this point in the history
Remove outdated kludge for FastLED's use of register.
  • Loading branch information
rbergen authored Oct 10, 2024
2 parents 21a62ad + 890ba1e commit 26fe5c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ monitor_port =
build_type = release
upload_speed = 1500000
build_flags = -std=gnu++2a
-Dregister= ; Sinister: redefine 'register' so FastLED can use that keyword under C++17 and later C++ versions
-g3
-Ofast
-ffunction-sections
Expand Down

0 comments on commit 26fe5c1

Please sign in to comment.