1
0
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:
Raman 2016-08-05 20:11:50 +05:30
parent b290290b94
commit e576bc34d3
2 changed files with 2 additions and 2 deletions

View File

@ -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',
}
}

View File

@ -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