Skip to content

Commit 63a207e

Browse files
committed
minor documentation clarification
1 parent d21714d commit 63a207e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ Declares a default value for the clock frequency. If this constant is not define
16021602
```
16031603
current_freq = clkfreq
16041604
```
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.
16061606

16071607
### CLKSET
16081608

0 commit comments

Comments
 (0)