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