mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
Timer module: Enable build
This commit is contained in:
parent
b290290b94
commit
e576bc34d3
@ -31,7 +31,7 @@ return {
|
||||
ram = { internal_rams = 3 },
|
||||
},
|
||||
modules = {
|
||||
generic = { 'all', '-i2c', '-net', '-adc', '-tmr', '-spi', '-uart', '-can', '-pwm', '-rpc' },
|
||||
generic = { 'all', '-i2c', '-net', '-adc', '-spi', '-uart', '-can', '-pwm', '-rpc' },
|
||||
platform = 'all',
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define NUM_PIO 16
|
||||
#define NUM_SPI 0
|
||||
#define NUM_UART 1
|
||||
#define NUM_TIMER 0
|
||||
#define NUM_TIMER 1
|
||||
#define NUM_PWM 0
|
||||
#define NUM_ADC 0
|
||||
#define NUM_CAN 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user