Skip to content

Commit

Permalink
Use stddef.h over Arduino.h
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 13, 2024
1 parent 7b8a151 commit 072dbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/system/platform/arduino/esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef ZENOH_PICO_SYSTEM_ESP32_TYPES_H
#define ZENOH_PICO_SYSTEM_ESP32_TYPES_H

#include <Arduino.h>
#include <stddef.h>

#include "zenoh-pico/config.h"

Expand Down

0 comments on commit 072dbcd

Please sign in to comment.