forked from ROMEO/obsw
portable device access api based on unix file descriptors
This commit is contained in:
@ -47,6 +47,10 @@ XScuGic xInterruptController;
|
||||
|
||||
extern SemaphoreHandle_t malloc_mutex;
|
||||
|
||||
int get_descriptor_rw() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
void mission(void);
|
||||
|
||||
|
Reference in New Issue
Block a user