Follow rename of readline_init to readline_init0 on teensy
This commit is contained in:
parent
2e3e8b2f69
commit
0538a203e5
|
@ -270,7 +270,7 @@ soft_reset:
|
|||
// Micro Python init
|
||||
mp_init();
|
||||
|
||||
readline_init();
|
||||
readline_init0();
|
||||
|
||||
//pin_init();
|
||||
|
||||
|
|
Loading…
Reference in New Issue