summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-09-21 21:47:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-09-21 21:47:27 +0000
commite360d9516e57604e5ca3a91d890b2f66dab4ffe3 (patch)
tree0492539c6a4e9cd1341c2c27b7fa5a8ce3303460
parent5185e6e5c5a1398aab776e4a7a6e4a061bc0035d (diff)
parentb8496677720e97202b682e0613a5302c078fa6ed (diff)
downloadsvox-e360d9516e57604e5ca3a91d890b2f66dab4ffe3.tar.gz
Merge "Fix include guard."
-rw-r--r--pico/lib/picofftsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/lib/picofftsg.h b/pico/lib/picofftsg.h
index d9c6a1a..a028e75 100644
--- a/pico/lib/picofftsg.h
+++ b/pico/lib/picofftsg.h
@@ -26,7 +26,7 @@
*
*/
#ifndef PICOFFTSG_H_
-#define PCOFFTSG_H_
+#define PICOFFTSG_H_
#include "picoos.h"
#include "picodsp.h"