init
This commit is contained in:
15
lib_logging/examples/AN00239/src/main.xc
Normal file
15
lib_logging/examples/AN00239/src/main.xc
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright 2014-2021 XMOS LIMITED.
|
||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||
|
||||
#include "debug_print.h"
|
||||
|
||||
void unit_function();
|
||||
|
||||
int main() {
|
||||
|
||||
debug_printf("Hello world\n");
|
||||
|
||||
unit_function();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user