TimerService: mark component as part of KataOS

This fixes debug builds which otherwise have an undefined reference
to SELF_CNODE.

Change-Id: I55384cfff19b99cf49b147d396b274c74bdf5db5
GitOrigin-RevId: d055b070ee5a67f1648566d1c1c511446d02b3cc
This commit is contained in:
Sam Leffler
2022-05-16 09:03:50 -07:00
parent 7315d09fb5
commit 2251f84c1b

View File

@@ -7,4 +7,7 @@ component TimerService {
consumes Interrupt timer_interrupt;
uses LoggerInterface logger;
}
// Enable KataOS CAmkES support.
attribute int kataos = true;
}