Skip to content

Commit

Permalink
v3.6.2 - nRF52 Adafruit workaround using namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhipenko committed Oct 5, 2022
1 parent 72e6802 commit 25b1db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#endif

// Scheduler
TS::Scheduler ts;
TaskScheduler ts;

/*
Approach 1: LED is driven by the boolean variable; false = OFF, true = ON
Expand Down
1 change: 1 addition & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Scheduler KEYWORD1
StatusRequest KEYWORD1
Task KEYWORD1
TS KEYWORD1
TaskScheduler KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand Down

0 comments on commit 25b1db7

Please sign in to comment.