diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-12-06 15:18:20 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-12-06 15:18:20 -0500 |
| commit | d628d2a261bb28b84c6b257a990bd9a30cbe369c (patch) | |
| tree | b5edf537960e407db7122f019dc365b787849088 /py | |
| parent | a0721fc94a372c6ee40ae0c358942309de2b94c0 (diff) | |
atmel-samd working
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index cf21d26dd..c4606074f 100644 --- a/py/circuitpy_mpconfig.h +++ b/py/circuitpy_mpconfig.h @@ -174,7 +174,8 @@ typedef long mp_off_t; { MP_OBJ_NEW_QSTR(MP_QSTR_input), (mp_obj_t)&mp_builtin_input_obj }, \ { MP_OBJ_NEW_QSTR(MP_QSTR_open), (mp_obj_t)&mp_builtin_open_obj }, -// board specific definitions +////////////////////////////////////////////////////////////////////////////////////////////////// +// board-specific definitions, which control and may override definitions below. #include "mpconfigboard.h" // CIRCUITPY_FULL_BUILD is defined in a *.mk file. |
