mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-03 07:54:00 +01:00
6 lines
61 B
C
6 lines
61 B
C
#ifndef STDOUT_H
|
|
#define STDOUT_H
|
|
|
|
void stdoutInit();
|
|
|
|
#endif |