1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Disables logging, for now.

This commit is contained in:
Thomas Harte 2019-06-03 15:57:53 -04:00
parent 5b8375f0a0
commit 661fe1e649
2 changed files with 5 additions and 6 deletions

View File

@ -20,10 +20,9 @@ void DriveSpeedAccumulator::post_sample(uint8_t sample) {
if(sample_pointer_ == samples_.size()) { if(sample_pointer_ == samples_.size()) {
sample_pointer_ = 0; sample_pointer_ = 0;
// for(int c = 0; c < 512; c += 32) {
for(int c = 0; c < 512; c += 32) { // printf("%u ", samples_[c]);
printf("%u ", samples_[c]); // }
} // printf("\n");
printf("\n");
} }
} }

View File

@ -69,7 +69,7 @@
</AdditionalOptions> </AdditionalOptions>
</TestAction> </TestAction>
<LaunchAction <LaunchAction
buildConfiguration = "Debug" buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
enableASanStackUseAfterReturn = "YES" enableASanStackUseAfterReturn = "YES"