Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3f8bb80e
Commit
3f8bb80e
authored
Nov 15, 2016
by
Damien George
Browse files
cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed.
parent
7602dc5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cc3200/mods/pybspi.c
View file @
3f8bb80e
...
...
@@ -373,7 +373,6 @@ STATIC const mp_map_elem_t pyb_spi_locals_dict_table[] = {
{
MP_OBJ_NEW_QSTR
(
MP_QSTR_write_readinto
),
(
mp_obj_t
)
&
pyb_spi_write_readinto_obj
},
// class constants
{
MP_OBJ_NEW_QSTR
(
MP_QSTR_MASTER
),
MP_OBJ_NEW_SMALL_INT
(
SPI_MODE_MASTER
)
},
{
MP_OBJ_NEW_QSTR
(
MP_QSTR_MSB
),
MP_OBJ_NEW_SMALL_INT
(
PYBSPI_FIRST_BIT_MSB
)
},
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment