set SleepMemory size to 256 bytes.
This commit is contained in:
parent
41d9d4e0ab
commit
793198909e
|
@ -29,8 +29,7 @@
|
||||||
|
|
||||||
#include "py/obj.h"
|
#include "py/obj.h"
|
||||||
|
|
||||||
// not implemented yet
|
#define SLEEP_MEMORY_LENGTH (256)
|
||||||
#define SLEEP_MEMORY_LENGTH (4)
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
mp_obj_base_t base;
|
mp_obj_base_t base;
|
||||||
|
|
Loading…
Reference in New Issue