mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Disables logging, for now.
This commit is contained in:
parent
5b8375f0a0
commit
661fe1e649
@ -20,10 +20,9 @@ void DriveSpeedAccumulator::post_sample(uint8_t sample) {
|
||||
|
||||
if(sample_pointer_ == samples_.size()) {
|
||||
sample_pointer_ = 0;
|
||||
|
||||
for(int c = 0; c < 512; c += 32) {
|
||||
printf("%u ", samples_[c]);
|
||||
}
|
||||
printf("\n");
|
||||
// for(int c = 0; c < 512; c += 32) {
|
||||
// printf("%u ", samples_[c]);
|
||||
// }
|
||||
// printf("\n");
|
||||
}
|
||||
}
|
||||
|
@ -69,7 +69,7 @@
|
||||
</AdditionalOptions>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
enableASanStackUseAfterReturn = "YES"
|
||||
|
Loading…
Reference in New Issue
Block a user