File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ findID Get ID of first task from task address
126
126
// @Project Includes
127
127
//****************************************************************************
128
128
#include "Arduino.h"
129
- extern int tone_irq_action (int , int16_t );
129
+ // extern int tone_irq_action(int, int16_t); // TODO: not needed for timer yet.
130
130
131
131
//****************************************************************************
132
132
// @Macros
@@ -135,8 +135,6 @@ extern int tone_irq_action(int, int16_t);
135
135
#define _MAX_TASKS NUM_TASKS_VARIANT
136
136
137
137
#define SYSTIMER_PRIORITY (4U)
138
- /* Millisecond to Microsecond ratio */
139
- #define TIMER_1mSec 1000
140
138
141
139
//****************************************************************************
142
140
// @Global Variables
@@ -201,7 +199,7 @@ void wiring_time_init(void) {
201
199
// Fill with call back function addresses
202
200
if (i < NUM_TONE_PINS )
203
201
tasks [i ] = NULL ;
204
- // tasks[i] = tone_irq_action; // Tone callbacks
202
+ // tasks[i] = tone_irq_action; // // TODO: Tone callbacks, not needed for timer yet.
205
203
else
206
204
tasks [i ] = NULL ; // Special case delay() ms callback
207
205
}
You can’t perform that action at this time.
0 commit comments