init
This commit is contained in:
10
lib_logging/examples/AN00239/src/unit.xc
Normal file
10
lib_logging/examples/AN00239/src/unit.xc
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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");
|
||||
}
|
||||
Reference in New Issue
Block a user