Skip to content

Commit

Permalink
fix: remove config token from header
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 4, 2023
1 parent 99dc287 commit f1448e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/zenoh-pico/link/config/raweth.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@
#include "zenoh-pico/config.h"
#include "zenoh-pico/link/link.h"

#if Z_FEATURE_RAWETH_TRANSPORT == 1

#define RAWETH_SCHEMA "reth"

int8_t _z_endpoint_raweth_valid(_z_endpoint_t *endpoint);

int8_t _z_new_link_raweth(_z_link_t *zl, _z_endpoint_t endpoint);

#endif /* Z_FEATURE_RAWETH_TRANSPORT */
#endif /* ZENOH_PICO_LINK_CONFIG_RAWETH_H */

0 comments on commit f1448e5

Please sign in to comment.