aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f0/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32f0/log.h')
-rw-r--r--src/stm32f0/log.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/stm32f0/log.h b/src/stm32f0/log.h
deleted file mode 100644
index fda8a9d8..00000000
--- a/src/stm32f0/log.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * log.h
- *
- * Created on: Jan 17, 2019
- * Author: eug
- */
-
-#ifndef CORE_INC_LOG_H_
-#define CORE_INC_LOG_H_
-
-
-void LogInit(void);
-
-void lprint(char *msg);
-void lnprint(char *msg, size_t len);
-
-
-#endif /* CORE_INC_LOG_H_ */