007c0c1db4
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
12 lines
227 B
C
12 lines
227 B
C
// Copyright 2020-2022 alin m elena (@alinelena)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#define HAL_USE_SERIAL TRUE
|
|
|
|
#define SERIAL_USB_BUFFERS_SIZE 256
|
|
|
|
#include_next <halconf.h>
|