fix: add docstring for target platform

This commit is contained in:
elagil 2024-12-22 15:06:42 +01:00
parent c08411f32f
commit b6e70c8eb3

View File

@ -1,3 +1,5 @@
//! This example targets the NUCLEO-H563ZI platform.
//! USB-C CC lines are protected by a TCPP01-M12 chipset.
#![no_std]
#![no_main]