aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f0/log.h
blob: fda8a9d8053ef1728c1070f03e6667132b02eb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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_ */