// Copyright 2021, Mateo de Mayo. // SPDX-License-Identifier: BSL-1.0 /*! * @file * @brief Internal header for qwerty_device and its friends. * @author Mateo de Mayo * @ingroup drv_qwerty */ #pragma once #ifdef __cplusplus extern "C" { #endif /*! * @addtogroup drv_qwerty * @{ */ // @todo /*! * @} */ #ifdef __cplusplus } #endif