summaryrefslogtreecommitdiff
path: root/include/msp430fr5969lp/driver/stdout.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-01-12 09:02:08 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-01-12 09:02:08 +0100
commitf9d2d27ff67b6cecf9b969617bc2355bb9e2273c (patch)
treecae7333f10b3604d0aea162281ff2e81476f55b8 /include/msp430fr5969lp/driver/stdout.h
parent4436c14ab688ca57fc82c1fd68f2f366fa131de1 (diff)
fix typo in stdout.h include guard
Diffstat (limited to 'include/msp430fr5969lp/driver/stdout.h')
-rw-r--r--include/msp430fr5969lp/driver/stdout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/msp430fr5969lp/driver/stdout.h b/include/msp430fr5969lp/driver/stdout.h
index d6cb2b0..2eb669d 100644
--- a/include/msp430fr5969lp/driver/stdout.h
+++ b/include/msp430fr5969lp/driver/stdout.h
@@ -1,5 +1,5 @@
#ifndef STANDARDOUTPUT_H
-#define STANDANDOUTPUT_H
+#define STANDARDOUTPUT_H
#include "object/outputstream.h"