Skip to content

Commit e28a45f

Browse files
marcel-cdkartben
authored andcommitted
doc: fix wrong header guard code comment
Copy/Paste leftover from openthread POSIX platform. Signed-off-by: Marcel Graber <[email protected]>
1 parent be52f3e commit e28a45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openthread/platform/platform-zephyr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ int notify_new_rx_frame(struct net_pkt *pkt);
117117
*/
118118
int notify_new_tx_frame(struct net_pkt *pkt);
119119

120-
#endif /* PLATFORM_POSIX_H_ */
120+
#endif /* PLATFORM_ZEPHYR_H_ */

0 commit comments

Comments
 (0)