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