summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/include/tlcl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/include/tlcl.h b/firmware/include/tlcl.h
index a71136b6..53731200 100644
--- a/firmware/include/tlcl.h
+++ b/firmware/include/tlcl.h
@@ -28,16 +28,6 @@ uint32_t TlclLibInit(void);
*/
uint32_t TlclLibClose(void);
-/**
- * Log to stdout. Arguments like printf.
- */
-void TlclLog(char *format, ...);
-
-/**
- * Set the log level. 0 is quietest.
- */
-void TlclSetLogLevel(int level);
-
/* Low-level operations */
/**