Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d667dde

Browse files
rw-schumannphillipjohnston
authored andcommitted
Updates Teensy examples to include the NO_PRGMA_MARK directive to eliminate warning from the #PRAGMA MARK commands within the Arduino environment
1 parent c4b0f0b commit d667dde

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

‎examples/TeensyRobustModuleLogger/TeensyRobustModuleLogger.ino‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define NO_PRAGMA_MARK
2+
13
#include "TeensyRobustModuleLogger.h"
24

35
// NOTE that module APIs are not routed to the global instance manager,

‎examples/TeensySDLogger/TeensySDLogger.ino‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define NO_PRAGMA_MARK
2+
13
#include "TeensySDLogger.h"
24

35
static TeensySDLogger Log;

‎examples/TeensySDRotationalLogger/TeensySDRotationalLogger.ino‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define NO_PRAGMA_MARK
2+
13
#include "TeensySDRotationalLogger.h"
24

35
static TeensySDRotationalLogger Log;

‎examples/TeensySDRotationalLoggerModules/TeensySDRotationalLoggerModules.ino‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define NO_PRAGMA_MARK
2+
13
#include "TeensySDRotationalModuleLogger.h"
24

35
// NOTE that module APIs are not routed to the global instance manager,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /