You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #1511 from UncleGrumpy/fixup_ledc
Cleanup ledc driver
Removes an include for a file that does not exist. It was dropped during the PR
introducing the ledc driver, but the include line was left, as well as several
uses of macros defined in the file.
Removes undefined macros, replacing them with their values, and documents the
meaning of the values.
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
0 commit comments