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