Skip to content

Commit a2fa91b

Browse files
committed
oops
1 parent 77e5347 commit a2fa91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/Timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This is the high-speed 4.00 MHz ceramic resonator (passive oscillator) used for
6060

6161
This oscillator is labeled `Y2` on the circuit board and has text printed on the top which looks like a curved M in a box followed by `4.00` and then a single-character serial such as `L` or `J`. It is a surface-mount component.
6262

63-
Disabling this oscillator when not needed can save power. To turn it off call `int [74h]` and to turn it back on call `int [39h]`.
63+
Disabling this oscillator when not needed can save power. To turn it off call `int [74h]` and to turn it back on call `int [72h]`. This will cause the CPU to run slower, however.
6464

6565
In previous documentation and code, this oscillator was once known in the community as "oscillator 1".
6666

0 commit comments

Comments
 (0)