10 lines
202 B
C
10 lines
202 B
C
// Copyright 2024 hsgw (Takuya Urakawa, Dm9Records, 5z6p.com)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// #define HAL_USE_I2C TRUE
|
|
#define HAL_USE_SPI TRUE
|
|
|
|
#include_next <halconf.h>
|