1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/core/include/io.h

7 lines
82 B
C
Raw Normal View History

#ifndef IO_H
#define IO_H
int fw_puts(char* data, int count);
#endif /* IO_H */