From 5c55af76d23de229b0d26bcaf58f29c77c14a501 Mon Sep 17 00:00:00 2001 From: "Jonathan Pallant (42 Technology)" Date: Mon, 11 Oct 2021 16:37:50 +0100 Subject: [PATCH] Typo --- rp2040-hal/src/rom_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/src/rom_data.rs b/rp2040-hal/src/rom_data.rs index 200cda8..7c8ea46 100644 --- a/rp2040-hal/src/rom_data.rs +++ b/rp2040-hal/src/rom_data.rs @@ -209,7 +209,7 @@ pub fn soft_double_table() -> *const usize { rom_table_lookup(DATA_TABLE, *b"SD") } -/// ROM functions using single-precision arithmetic (i.e. 'f64' in Rust terms) +/// ROM functions using single-precision arithmetic (i.e. 'f32' in Rust terms) pub mod float_funcs { macro_rules! make_functions {