mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
arch/tricore: enable CONFIG_SYSTEM_TIME64 for TC397
Enable CONFIG_SYSTEM_TIME64 for tricore/TC397, as this platform uses a 64-bit timer. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
parent
4a069358b6
commit
ae59225898
1 changed files with 2 additions and 1 deletions
|
|
@ -53,4 +53,5 @@ CONFIG_TESTING_GETPRIME=y
|
|||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
CONFIG_SCHED_EVENTS=y
|
||||
CONFIG_HRTIMER=y
|
||||
CONFIG_HRTIMER=y
|
||||
CONFIG_SYSTEM_TIME64=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue