#ifdef __cplusplus added to allow including to .c file
This commit is contained in:
parent
01529f18d2
commit
0e0dbad871
1 changed files with 4 additions and 0 deletions
|
@ -64,9 +64,13 @@
|
|||
|
||||
#include "lcd.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern FILE _uartout;
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#define uartout (&_uartout)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue