Fix PWM for fan
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user