mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
Typo
This commit is contained in:
parent
e1afb70bd2
commit
5c55af76d2
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue