Header files adjustment
(MQTT changes split from original commit - @projectgus.)
This commit is contained in:
		
							parent
							
								
									94a953d3e3
								
							
						
					
					
						commit
						5c1ce0a508
					
				
					 3 changed files with 22 additions and 9 deletions
				
			
		|  | @ -95,9 +95,9 @@ esp_open_rtos::thread::queue_t<uint32_t> MyQueue; | |||
|  */ | ||||
| extern "C" void user_init(void) | ||||
| { | ||||
| 	sdk_uart_div_modify(0, UART_CLK_FREQ / 115200); | ||||
|     sdk_uart_div_modify(0, UART_CLK_FREQ / 115200); | ||||
| 	 | ||||
|     MyQueue.create(10); | ||||
|     MyQueue.queue_create(10); | ||||
|      | ||||
|     task_1.queue = MyQueue; | ||||
|     task_2.queue = MyQueue; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue