diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-08-29 19:58:08 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-08-29 19:58:08 -0400 |
commit | d568f7ca9d7bf2d9dbf0b58d011ae8693ed6703e (patch) | |
tree | 0ea913ec1106c070b86d30a4db2b835baf7be4d3 /cfg | |
parent | 09b2c79ed6320dc6541f1edf435a01b125fe0425 (diff) |
improved elf loading
Diffstat (limited to 'cfg')
-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 */
/** @} */
|