mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-20 14:23:45 -04:00
4f7a7873c8
Format code according to conventions
10 lines
178 B
C
10 lines
178 B
C
// Copyright 2022 Steven Karrmann (@skarrmann)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <halconf.h>
|
|
|
|
#undef HAL_USE_SIO
|
|
#define HAL_USE_SIO TRUE
|