/** * @file test_firmware.hpp * @brief Minimal DigiRadio hardware test firmware entrypoint. * * DigiRadio firmware — https://github.com/manvalan/DigiRadio * * Copyright 2026 Michele Bigi * SPDX-License-Identifier: Apache-2.0 */ #pragma once namespace test_firmware { void runTestFirmware(); } // namespace test_firmware