Fixed RP2040 port problem with tickless mode disabled.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15783 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
7e258336ad
commit
39742a0367
|
@ -203,8 +203,10 @@ CH_IRQ_HANDLER(Vector80) {
|
|||
*/
|
||||
void port_init(os_instance_t *oip) {
|
||||
|
||||
#if CH_CFG_ST_TIMEDELTA > 0
|
||||
/* Activating timer for this instance.*/
|
||||
port_timer_enable(oip);
|
||||
#endif
|
||||
|
||||
#if CH_CFG_SMP_MODE== TRUE
|
||||
/* FIFO handlers for each core.*/
|
||||
|
|
Loading…
Reference in New Issue