mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-26 03:06:32 +11:00
Typo
This commit is contained in:
parent
e1afb70bd2
commit
5c55af76d2
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ pub fn soft_double_table() -> *const usize {
|
||||||
rom_table_lookup(DATA_TABLE, *b"SD")
|
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 {
|
pub mod float_funcs {
|
||||||
|
|
||||||
macro_rules! make_functions {
|
macro_rules! make_functions {
|
||||||
|
|
Loading…
Add table
Reference in a new issue