changed c++ comments to c comments using comment.sh script.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
// used for timing stuff - counts up to 0xFF.
|
||||
/* used for timing stuff - counts up to 0xFF. */
|
||||
extern volatile uint8_t Milliseconds;
|
||||
|
||||
void Timer_Millisecond_Interrupt(void);
|
||||
|
||||
Reference in New Issue
Block a user