doc: fix wrong header guard code comment

Copy/Paste leftover from openthread POSIX platform.

Signed-off-by: Marcel Graber <marcel@clever.design>
This commit is contained in:
Marcel Graber 2025-03-01 10:12:38 +01:00 committed by Benjamin Cabé
commit e28a45f658

View file

@ -117,4 +117,4 @@ int notify_new_rx_frame(struct net_pkt *pkt);
*/
int notify_new_tx_frame(struct net_pkt *pkt);
#endif /* PLATFORM_POSIX_H_ */
#endif /* PLATFORM_ZEPHYR_H_ */