9ecd6eb9b9
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
8 lines
183 B
C
8 lines
183 B
C
// Copyright 2018-2022 Nick Brassel (@tzarc)
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
#pragma once
|
|
|
|
//#define HAL_USE_ADC TRUE
|
|
#define HAL_USE_SPI TRUE
|
|
|
|
#include_next <halconf.h>
|