Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 18, 2024
1 parent e768f9d commit 600f3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/system/arduino/esp32/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
//

#include <Arduino.h>
#include <errno.h>
#include <esp_heap_caps.h>
#include <esp_random.h>
#include <errno.h>
#include <stddef.h>
#include <sys/time.h>

Expand Down
2 changes: 1 addition & 1 deletion src/system/espidf/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
// ZettaScale Zenoh Team, <[email protected]>
//

#include <errno.h>
#include <esp_heap_caps.h>
#include <esp_random.h>
#include <errno.h>
#include <stddef.h>
#include <sys/time.h>

Expand Down

0 comments on commit 600f3fe

Please sign in to comment.