-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move deprecated platform header to a separate folder
- Loading branch information
1 parent
d9ed7eb
commit 1c3bfa0
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
// Contributors: | ||
// ZettaScale Zenoh Team, <[email protected]> | ||
|
||
#ifndef ZENOH_PICO_PLATFORM_DEPRECATED_H | ||
#define ZENOH_PICO_PLATFORM_DEPRECATED_H | ||
#ifndef ZENOH_PICO_DEPRECATED_PLATFORM_H | ||
#define ZENOH_PICO_DEPRECATED_PLATFORM_H | ||
|
||
#include <stdint.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
// ZettaScale Zenoh Team, <[email protected]> | ||
// | ||
|
||
#include "zenoh-pico/system/deprecated.h" | ||
#include "zenoh-pico/deprecated/platform.h" | ||
|
||
#include "zenoh-pico/system/platform-common.h" | ||
|
||
uint8_t zp_random_u8(void) { return z_random_u8(); }; | ||
|