Header files adjustment
(MQTT changes split from original commit - @projectgus.)
This commit is contained in:
parent
0a9b491a98
commit
38d4bd0f62
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