mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-07 10:32:15 +01:00
fix: Use catch from component manager
The version present on idf repo was failing to compile. Simple fix is to update to latest supported provided by component manager.
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
#include <string_view>
|
||||
#include <type_traits>
|
||||
#include "esp_transport.h"
|
||||
#define CATCH_CONFIG_MAIN // This tells the catch header to generate a main
|
||||
#include "catch.hpp"
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include "mqtt_client.h"
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user