summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc')
-rw-r--r--dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc
index e65b016c..1335a9e4 100644
--- a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc
+++ b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc
@@ -64,7 +64,7 @@ namespace NeOS
kFlashMetaPackets[slot]->InterruptEnable = YES;
- kout << "Enabled hardware slot at: " << number(slot) << endl;
+ kout << "Enabled hardware slot at: " << number(slot) << kendl;
return YES;
}
@@ -77,7 +77,7 @@ namespace NeOS
kFlashMetaPackets[slot]->InterruptEnable = NO;
- kout << "Disabled hardware slot at: " << number(slot) << endl;
+ kout << "Disabled hardware slot at: " << number(slot) << kendl;
return YES;
}