diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-08-04 09:27:29 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-08-04 09:27:29 -0700 |
commit | 0538a203e53f13da86ce606fbc47ba19f24595e5 (patch) | |
tree | 2575dc2bc79f1cb029736190bbb4fe69ce7f64a3 /teensy | |
parent | 2e3e8b2f69d8171ff2d75289c79c3271d5f43857 (diff) | |
download | micropython-0538a203e53f13da86ce606fbc47ba19f24595e5.tar.gz micropython-0538a203e53f13da86ce606fbc47ba19f24595e5.zip |
Follow rename of readline_init to readline_init0 on teensy
Diffstat (limited to 'teensy')
-rw-r--r-- | teensy/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/main.c b/teensy/main.c index e00c3ff309..53f500d571 100644 --- a/teensy/main.c +++ b/teensy/main.c @@ -270,7 +270,7 @@ soft_reset: // Micro Python init mp_init(); - readline_init(); + readline_init0(); //pin_init(); |