Skip to content

Commit 7d62032

Browse files
authored
Note edit
Class: CurieTimer Description: -> changed 32 HHz source to 32 MHz source
1 parent e870ba2 commit 7d62032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/CurieTimerOne/src/CurieTimerOne.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ typedef enum {
7979
// Description:
8080
// This class describes the functionalities of a Arc Timer, in particular, timer-1.
8181
// Timer-0 is not available for this module to utilize. The timers are clocked by
82-
// a 32 HHz source and have 32-bit counters.
82+
// a 32 MHz source and have 32-bit counters.
8383
//
8484

8585
class CurieTimer

0 commit comments

Comments
 (0)