limit spitarget to only boards with enough memory for an additional m… · csamuelson/circuitpython@a4a5632 · GitHub
Skip to content

Commit a4a5632

Browse files
limit spitarget to only boards with enough memory for an additional module
1 parent d64ce00 commit a4a5632

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 1 deletion

shared-bindings/alarm/SleepMemory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
//| """``sleep_memory`` is ``True`` if its length is greater than zero.
3939
//| This is an easy way to check for its existence.
4040
//| """
41-
//|
4241
//| ...
42+
//|
4343
//| def __len__(self) -> int:
4444
//| """Return the length. This is used by (`len`)"""
4545
//| ...

shared-bindings/spitarget/SPITarget.c

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)