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:
parent
ddff85bc33
commit
533d1a4599
|
@ -823,6 +823,9 @@
|
||||||
/* Port-specific settings (override port settings defaulted in chcore.h). */
|
/* Port-specific settings (override port settings defaulted in chcore.h). */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
#define PORT_USE_SYSCALL TRUE
|
||||||
|
#define PORT_SWITCHED_REGIONS_NUMBER 2
|
||||||
|
|
||||||
#endif /* CHCONF_H */
|
#endif /* CHCONF_H */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
|
@ -823,6 +823,8 @@
|
||||||
/* Port-specific settings (override port settings defaulted in chcore.h). */
|
/* Port-specific settings (override port settings defaulted in chcore.h). */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
#define PORT_USE_SYSCALL TRUE
|
||||||
|
|
||||||
#endif /* CHCONF_H */
|
#endif /* CHCONF_H */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue