#ifdef __cplusplus added to allow including to .c file
This commit is contained in:
parent
01529f18d2
commit
0e0dbad871
@ -64,9 +64,13 @@
|
||||
|
||||
#include "lcd.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern FILE _uartout;
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#define uartout (&_uartout)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user