You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/basic.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1602,7 +1602,7 @@ Declares a default value for the clock frequency. If this constant is not define
1602
1602
```
1603
1603
current_freq = clkfreq
1604
1604
```
1605
-
Propeller built in variable which gives the current clock frequency.
1605
+
Propeller built in variable which gives the current clock frequency as set by `clkset`. Note that assigning a value to this variable does *not* change the clock frequency and will probably mess up your program unless you also use `clkset` to adjust the frequency accordingly.
0 commit comments