port to chopstx
This commit is contained in:
9
src/debug.h
Normal file
9
src/debug.h
Normal file
@@ -0,0 +1,9 @@
|
||||
struct stdout {
|
||||
chopstx_mutex_t m;
|
||||
/**/
|
||||
chopstx_mutex_t m_dev;
|
||||
chopstx_cond_t cond_dev;
|
||||
uint8_t connected;
|
||||
};
|
||||
|
||||
extern struct stdout stdout;
|
||||
Reference in New Issue
Block a user