* feat: adding CantorMX F411 support * fix: documentation * fix: bootloader definition --------- Co-authored-by: H3lli0n <thulium.hqfr@gmail.com>
8 lines
159 B
C
8 lines
159 B
C
// Copyright 2022 Diego Palacios (@diepala)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_SERIAL TRUE
|
|
|
|
#include_next <halconf.h>
|