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:
Giovanni Di Sirio 2022-09-12 09:27:00 +00:00
parent 7e258336ad
commit 39742a0367
1 changed files with 2 additions and 0 deletions

View File

@ -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.*/