mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 21:10:19 +00:00
remove support for user config
This commit is contained in:
parent
9c9faa5f89
commit
59ed97aa5a
@ -1,11 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef PK_USER_CONFIG_H
|
|
||||||
|
|
||||||
#include "user_config.h"
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
/*************** feature settings ***************/
|
/*************** feature settings ***************/
|
||||||
|
|
||||||
// Whether to compile os-related modules or not
|
// Whether to compile os-related modules or not
|
||||||
@ -84,6 +78,3 @@
|
|||||||
#else
|
#else
|
||||||
#define PK_UNREACHABLE() __builtin_unreachable();
|
#define PK_UNREACHABLE() __builtin_unreachable();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
x
Reference in New Issue
Block a user