f288a3bb3b
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
9 lines
171 B
C
9 lines
171 B
C
// Copyright 2022 Andrew Kannan
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next "mcuconf.h"
|
|
|
|
#undef RP_PWM_USE_PWM6
|
|
#define RP_PWM_USE_PWM6 TRUE
|