diff options
Diffstat (limited to 'cfg/chconf.h')
-rw-r--r-- | cfg/chconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg/chconf.h b/cfg/chconf.h index 53b3224..eb399f7 100644 --- a/cfg/chconf.h +++ b/cfg/chconf.h @@ -751,6 +751,9 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+// Enable syscall support
+#define PORT_USE_SYSCALL TRUE
+
#endif /* CHCONF_H */
/** @} */
|