//! {{project_name}} firmware
//!
//! This is a template for embedded devices created with FerrisUp
// Import the panic handler
use panic_halt as _;
use entry;
// This file is a placeholder that will be replaced with a specific implementation
// based on the selected microcontroller target.
// See the target-specific files for detailed implementations.
!