mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
cpu_xmc4700f144k2048.h: Fix clock and DAC constants
This commit is contained in:
parent
10c11bd41d
commit
160a066990
@ -13,9 +13,10 @@
|
|||||||
#define NUM_PWM 0
|
#define NUM_PWM 0
|
||||||
#define NUM_ADC 0
|
#define NUM_ADC 0
|
||||||
#define NUM_CAN 0
|
#define NUM_CAN 0
|
||||||
|
#define NUM_DAC 2
|
||||||
|
|
||||||
// CPU frequency (needed by the CPU module and MMCFS code, 0 if not used)
|
// CPU frequency (needed by the CPU module and MMCFS code, 0 if not used)
|
||||||
#define CPU_FREQUENCY 120000000
|
#define CPU_FREQUENCY 144000000
|
||||||
|
|
||||||
// PIO prefix ('0' for P0, P1, ... or 'A' for PA, PB, ...)
|
// PIO prefix ('0' for P0, P1, ... or 'A' for PA, PB, ...)
|
||||||
#define PIO_PREFIX '0'
|
#define PIO_PREFIX '0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user