You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/sys/include/chardev_thread.h

9 lines
150 B
C

#ifndef __CHARDEV_THREAD_H
#define __CHARDEV_THREAD_H
#include <ringbuffer.h>
void chardev_loop(ringbuffer_t *rb);
#endif /* __CHARDEV_THREAD_H */