starting with component unit testing (running on device)
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
5
components/logger/include/logger.h
Normal file
5
components/logger/include/logger.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
int add(int a, int b);
|
||||
|
||||
void log_message(const char* message);
|
Reference in New Issue
Block a user