Files
3d_audio/lib_logging/examples/AN00239/src/unit.xc
Steven Dan d8b2974133 init
2025-12-11 09:43:42 +08:00

11 lines
227 B
Plaintext

// Copyright 2014-2021 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#define DEBUG_UNIT unit
#include "debug_print.h"
void unit_function()
{
debug_printf("Unit print\n");
}