mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2026-02-11 14:25:26 +00:00
ugh
This commit is contained in:
@@ -25,7 +25,7 @@ unsafe impl GlobalAlloc for Alloc {
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! print {
|
||||
macro_rules! println {
|
||||
($($arg:tt)*) => {{
|
||||
let s = $crate::format!($($arg)*);
|
||||
$crate::print(s.as_ptr(), s.len());
|
||||
|
||||
Reference in New Issue
Block a user