Fixed missing definitions.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15089 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-16 11:09:03 +00:00
parent ddff85bc33
commit 533d1a4599
2 changed files with 5 additions and 0 deletions

View File

@ -823,6 +823,9 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
#define PORT_USE_SYSCALL TRUE
#define PORT_SWITCHED_REGIONS_NUMBER 2
#endif /* CHCONF_H */
/** @} */

View File

@ -823,6 +823,8 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
#define PORT_USE_SYSCALL TRUE
#endif /* CHCONF_H */
/** @} */