set SleepMemory size to 256 bytes.

This commit is contained in:
jun2sak 2021-02-21 08:19:39 +09:00
parent 41d9d4e0ab
commit 793198909e
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@
#include "py/obj.h"
// not implemented yet
#define SLEEP_MEMORY_LENGTH (4)
#define SLEEP_MEMORY_LENGTH (256)
typedef struct {
mp_obj_base_t base;