bf4121a770
Co-authored-by: Drashna Jaelre <drashna@live.com>
8 lines
144 B
C
8 lines
144 B
C
// Copyright 2022 Andrew Kannan
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|