Initial commit
This commit is contained in:
		
							
								
								
									
										17
									
								
								src/simplified/xf/port/idf-stm32/eventqueue.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								src/simplified/xf/port/idf-stm32/eventqueue.cpp
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| #include <config/xf-config.h> | ||||
|  | ||||
| #if (USE_XF_IDF_STM32_EVENT_QUEUE_CLASS != 0) | ||||
|  | ||||
| #include <cassert> | ||||
| #include "eventqueue.h" | ||||
|  | ||||
| // TODO: Implement code for XFEventQueue class | ||||
|  | ||||
| bool XFEventQueue::pend() | ||||
| { | ||||
|     // Method cannot be used in an IDF! Waiting within | ||||
|     // this method would block the whole XF | ||||
|     return false; | ||||
| } | ||||
|  | ||||
| #endif // USE_XF_IDF_STM32_EVENT_QUEUE_CLASS | ||||
		Reference in New Issue
	
	Block a user