mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
1. separate rom include files and linkscript to esp_rom 2. modefiy "include rom/xxx.h" to "include esp32/rom/xxx.h" 3. Forward compatible 4. update mqtt
3 lines
90 B
C
3 lines
90 B
C
#warning rom/queue.h is deprecated, please use sys/queue.h instead
|
|
#include "sys/queue.h"
|