Fix PWM for fan

This commit is contained in:
Jeremy Soller
2019-11-06 15:34:03 -07:00
parent 330ccb5c47
commit 3d1e1aaae5
2 changed files with 9 additions and 11 deletions

View File

@ -3,6 +3,8 @@
#include <stdint.h>
// Channel 0 clock prescaler register
volatile uint8_t __xdata __at(0x1800) C0CPRS;
// Channel 6 clock prescaler register (low byte)
volatile uint8_t __xdata __at(0x182B) C6CPRS;
// Channel 6 clock prescaler register (high byte)